Merge pull request #886 from scottstensland/patch-1

I fixed typo on command line
pull/625/head
johndmulhausen 2016-07-20 15:47:09 -07:00 committed by GitHub
commit 8b19d4cc45
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ spec:
EOF
$ kubectl create -f /tmp/original.yaml
pods/original
$ kubectl get pods/original -o yaml > /tmp/current.yaml
$ kubectl get pods/foo -o yaml > /tmp/current.yaml
pods/original
$ wc -l /tmp/original.yaml /tmp/current.yaml
51 /tmp/current.yaml