Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
NODE=$(kubectl get nodes -o wide | grep v1.22.12-gke.2300 | awk '{print $1}'
kubectl -n default cordon $NODE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment