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

@@ -82,8 +82,7 @@ If load balancers are not supported (e.g.: on Vagrant), we can expose php-apache
```console
$ kubectl expose rc php-apache --port=80 --type=ClusterIP
NAME LABELS SELECTOR IP(S) PORT(S)
php-apache run=php-apache run=php-apache 80/TCP
service "php-apache" exposed
$ kubectl cluster-info | grep master
Kubernetes master is running at https://146.148.6.215