examples/javaee: fix resource type abbreviation for service

This commit is contained in:
Hans Kristian Flaatten 2016-09-16 12:34:52 +02:00 committed by GitHub
parent 5a8d0a198c
commit 2a1100689b

View File

@ -88,7 +88,7 @@ kubectl create -f examples/javaee/mysql-service.yaml
Get status of the service:
```sh
kubectl get -w se
kubectl get -w svc
NAME LABELS SELECTOR IP(S) PORT(S)
kubernetes component=apiserver,provider=kubernetes <none> 10.247.0.1 443/TCP
mysql-service context=docker-k8s-lab,name=mysql-pod context=docker-k8s-lab,name=mysql-pod 10.247.63.43 3306/TCP