minor updates

pull/482/head
Mumshad 2019-03-20 17:42:40 +08:00
parent 106fa0bca6
commit c61a841a71
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ coredns-699f8ddd77-gtcgb 1/1 Running 0 20s
Create a `busybox` deployment:
```
kubectl run busybox --image=busybox:1.28 --command -- sleep 3600
kubectl run --generator=run-pod/v1 busybox --image=busybox:1.28 --command -- sleep 3600
```
List the pod created by the `busybox` deployment: