Update tutorial about kubectl expose

This commit is contained in:
Janet Kuo
2015-10-26 17:47:18 -07:00
parent 8524d392bf
commit a01d339216
5 changed files with 26 additions and 25 deletions

View File

@@ -76,8 +76,7 @@ Through integration with some cloud providers (for example Google Compute Engine
```console
$ kubectl expose rc my-nginx --port=80 --type=LoadBalancer
NAME CLUSTER_IP EXTERNAL_IP PORT(S) SELECTOR AGE
my-nginx 10.179.240.1 <none> 80/TCP run=nginx 8d
service "my-nginx" exposed
```
To find the public IP address assigned to your application, execute: