Update docs to reflect kubectl run creates deployments by default instead of replicatino controllers.

This commit is contained in:
Phillip Wittrock
2016-03-22 11:43:28 -07:00
parent 47ee746fcc
commit 4d2f3c1c17
8 changed files with 21 additions and 20 deletions

View File

@@ -222,7 +222,7 @@ To remove all created resources, run the following:
kubectl delete rc selenium-hub
kubectl delete rc selenium-node-chrome
kubectl delete rc selenium-node-firefox
kubectl delete rc selenium-python
kubectl delete deployment selenium-python
kubectl delete svc selenium-hub
kubectl delete svc selenium-hub-external
```