correct the sample content

This commit is contained in:
MengZeLee
2020-07-13 09:51:36 +08:00
committed by GitHub
parent df12f9ac21
commit c645517606
@@ -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