[ja] Updated kubectl describe svc output
This commit is contained in:
parent
7b7fa2c8ec
commit
e8e3c2a822
|
@ -118,8 +118,12 @@ Labels: run=my-nginx
|
||||||
Annotations: <none>
|
Annotations: <none>
|
||||||
Selector: run=my-nginx
|
Selector: run=my-nginx
|
||||||
Type: ClusterIP
|
Type: ClusterIP
|
||||||
|
IP Family Policy: SingleStack
|
||||||
|
IP Families: IPv4
|
||||||
IP: 10.0.162.149
|
IP: 10.0.162.149
|
||||||
|
IPs: 10.0.162.149
|
||||||
Port: <unset> 80/TCP
|
Port: <unset> 80/TCP
|
||||||
|
TargetPort: 80/TCP
|
||||||
Endpoints: 10.244.2.5:80,10.244.3.4:80
|
Endpoints: 10.244.2.5:80,10.244.3.4:80
|
||||||
Session Affinity: None
|
Session Affinity: None
|
||||||
Events: <none>
|
Events: <none>
|
||||||
|
|
Loading…
Reference in New Issue