Merge pull request #886 from scottstensland/patch-1
I fixed typo on command line
This commit is contained in:
@@ -28,7 +28,7 @@ spec:
|
|||||||
EOF
|
EOF
|
||||||
$ kubectl create -f /tmp/original.yaml
|
$ kubectl create -f /tmp/original.yaml
|
||||||
pods/original
|
pods/original
|
||||||
$ kubectl get pods/original -o yaml > /tmp/current.yaml
|
$ kubectl get pods/foo -o yaml > /tmp/current.yaml
|
||||||
pods/original
|
pods/original
|
||||||
$ wc -l /tmp/original.yaml /tmp/current.yaml
|
$ wc -l /tmp/original.yaml /tmp/current.yaml
|
||||||
51 /tmp/current.yaml
|
51 /tmp/current.yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user