mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-09 03:57:41 +00:00
examples/javaee: fix resource type abbreviation for service
This commit is contained in:
parent
5a8d0a198c
commit
2a1100689b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user