Missing argument to get documented result

pull/6/head
Morten Andersen 2015-07-29 07:50:05 +02:00
parent 9a010a71c8
commit e8017d3a90
1 changed files with 1 additions and 1 deletions

View File

@ -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"