Created
October 6, 2022 14:35
-
-
Save misskecupbung/530e1d90070478eb4a181ceea153e1b2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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