Created
May 4, 2017 10:37
-
-
Save ianchen06/d652f25e3faaec94b08a1f7ebe37adbf to your computer and use it in GitHub Desktop.
change kubernetes node schedulability
This file contains hidden or 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
kubectl patch node ${MASTER_NAME} -p "{\"spec\":{\"unschedulable\":true}}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment