diff --git a/docs/concepts/containers/images.md b/docs/concepts/containers/images.md index 78511a123b..8139c1664f 100644 --- a/docs/concepts/containers/images.md +++ b/docs/concepts/containers/images.md @@ -162,7 +162,7 @@ spec: command: [ "echo", "SUCCESS" ] EOF $ kubectl create -f /tmp/private-image-test-1.yaml -pods/private-image-test-1 +pod "private-image-test-1" created $ ```