Jump to content

Kubernetes: Difference between revisions

Line 124: Line 124:


===nodes===
===nodes===
<pre>
<syntaxhighlight lang="bash">
kubectl get nodes
kubectl get nodes


Line 131: Line 131:
# Uncordon to reenable scheduling
# Uncordon to reenable scheduling
kubectl uncordon $NODE_NAME
kubectl uncordon $NODE_NAME
</pre>
</syntaxhighlight>


===pods===
===pods===