Skip to content
cheatsheet
home
/
cv
/
weblog
/
cheatsheet
/
proxy
/
vpn
/
status
/
links
EN
RU
☾
New version available
reload
×
cheatsheet
/
kubectl
/
Uncordon a node
Uncordon a node
kubectl
Re-enable scheduling on a previously cordoned node
kubectl uncordon <node>
⎘ copy
#nodes
more kubectl
all 73 commands →
Get HPA status
kubectl get hpa -A
View resource quotas
kubectl describe resourcequota -n <ns>
Get PodDisruptionBudget
kubectl get pdb -A
View LimitRange
kubectl describe limitrange -n <ns>
Get all CRDs
kubectl get crds --sort-by='.metadata.creationTimestamp'