fix the command output (#9957)

I have verified on version v1.11
pull/9992/head
tanshanshan 2018-08-21 22:29:39 +08:00 committed by k8s-ci-robot
parent 4ce34fc6c0
commit 4302fc7b13
1 changed files with 2 additions and 2 deletions

View File

@ -187,7 +187,7 @@ spec:
imagePullPolicy: Always
command: [ "echo", "SUCCESS" ]
EOF
pod "private-image-test-1" created
pod/private-image-test-1 created
```
If everything is working, then, after a few moments, you should see:
@ -250,7 +250,7 @@ Run the following command, substituting the appropriate uppercase values:
```shell
kubectl create secret docker-registry myregistrykey --docker-server=DOCKER_REGISTRY_SERVER --docker-username=DOCKER_USER --docker-password=DOCKER_PASSWORD --docker-email=DOCKER_EMAIL
secret "myregistrykey" created.
secret/myregistrykey created.
```
If you need access to multiple registries, you can create one secret for each registry.