mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 22:46:12 +00:00
Missing argument to get documented result
This commit is contained in:
parent
9a010a71c8
commit
e8017d3a90
@ -391,7 +391,7 @@ $ kubectl get svc nginxsvc -o json | grep -i nodeport -C 5
|
||||
"nodePort": 30645
|
||||
}
|
||||
|
||||
$ kubectl get nodes -o json | grep ExternalIP
|
||||
$ kubectl get nodes -o json | grep ExternalIP -C 2
|
||||
{
|
||||
"type": "ExternalIP",
|
||||
"address": "104.197.63.17"
|
||||
|
Loading…
Reference in New Issue
Block a user