Merge pull request #967 from PhiloInc/update-quick-start
Replace "rc" with "deployment" in expose command in Quick Start
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user