Merge pull request #967 from PhiloInc/update-quick-start

Replace "rc" with "deployment" in expose command in Quick Start
This commit is contained in:
Phillip Wittrock
2016-08-04 16:18:54 -07:00
committed by GitHub
+1 -1
View File
@@ -25,7 +25,7 @@ deployment "my-nginx" created
To expose your service to the public internet, run:
```shell
$ kubectl expose rc my-nginx --target-port=80 --type=LoadBalancer
$ kubectl expose deployment my-nginx --target-port=80 --type=LoadBalancer
service "my-nginx" exposed
```