correct the sample content
This commit is contained in:
parent
df12f9ac21
commit
c645517606
|
@ -302,7 +302,7 @@ kubectl-user delete pod pause
|
||||||
Let's try that again, slightly differently:
|
Let's try that again, slightly differently:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
kubectl-user run pause --image=k8s.gcr.io/pause
|
kubectl-user create deployment pause --image=k8s.gcr.io/pause
|
||||||
deployment "pause" created
|
deployment "pause" created
|
||||||
|
|
||||||
kubectl-user get pods
|
kubectl-user get pods
|
||||||
|
|
Loading…
Reference in New Issue