Missing argument to get documented result

This commit is contained in:
Morten Andersen
2015-07-29 07:50:05 +02:00
parent 9a010a71c8
commit e8017d3a90

View File

@@ -391,7 +391,7 @@ $ kubectl get svc nginxsvc -o json | grep -i nodeport -C 5
"nodePort": 30645 "nodePort": 30645
} }
$ kubectl get nodes -o json | grep ExternalIP $ kubectl get nodes -o json | grep ExternalIP -C 2
{ {
"type": "ExternalIP", "type": "ExternalIP",
"address": "104.197.63.17" "address": "104.197.63.17"