minor text change

This commit is contained in:
Chris Riviere
2016-11-21 12:09:05 -08:00
committed by GitHub
parent 08577c385a
commit 18068bae80
+1 -1
View File
@@ -22,7 +22,7 @@ $ kubectl run my-nginx --image=nginx --replicas=2 --port=80
deployment "my-nginx" created
```
To expose your service to the public internet, run the following:
To expose your service to the public internet, run:
```shell
$ kubectl expose deployment my-nginx --target-port=80 --type=LoadBalancer