Merge pull request #22484 from jjmengze/patch-4

correct the sample content
pull/22492/head
Kubernetes Prow Robot 2020-07-13 08:32:32 -07:00 committed by GitHub
commit 6f71476139
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,7 @@ kubectl-user delete pod pause
Let's try that again, slightly differently:
```shell
kubectl-user run pause --image=k8s.gcr.io/pause
kubectl-user create deployment pause --image=k8s.gcr.io/pause
deployment "pause" created
kubectl-user get pods