Further update docs to reflect changes kubectl run

This commit is contained in:
Janet Kuo
2016-03-28 18:08:58 -07:00
parent 8f8a777ae2
commit abdcfbea30
8 changed files with 393 additions and 328 deletions
+2 -1
View File
@@ -57,9 +57,10 @@ spec:
- sleep
- "1000000"
EOF
pods/busybox-sleep
pod "busybox-sleep" created
```
Note that `kubectl` commands will print the type and name of the resource created or mutated, which can then be used in subsequent commands.
Now, when you need to run a command (even an interactive shell) in a `Pod`-like
context, use: