Skip to content

Instantly share code, notes, and snippets.

@ianchen06
Created May 4, 2017 10:37
Show Gist options
  • Save ianchen06/d652f25e3faaec94b08a1f7ebe37adbf to your computer and use it in GitHub Desktop.
Save ianchen06/d652f25e3faaec94b08a1f7ebe37adbf to your computer and use it in GitHub Desktop.
change kubernetes node schedulability
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