Commit bad704f3 authored by Victor Marmol's avatar Victor Marmol

Merge pull request #10890 from caesarxuchao/node-selection-output

update the kubectl get command in examples/node-selection
parents a599d803 582fcd86
......@@ -53,7 +53,7 @@ spec:
disktype: ssd</b>
</pre>
When you then run `kubectl create -f pod.yaml`, the pod will get scheduled on the node that you attached the label to! You can verify that it worked by running `kubectl get pods` and looking at the "host" that the pod was assigned to.
When you then run `kubectl create -f pod.yaml`, the pod will get scheduled on the node that you attached the label to! You can verify that it worked by running `kubectl get pods -o wide` and looking at the "NODE" that the pod was assigned to.
### Conclusion
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment