Skip to content

Instantly share code, notes, and snippets.

@alinetskyi
Created May 8, 2019 14:15
Show Gist options
  • Save alinetskyi/a0b8233ebd0a9e4f4e12da52786ce576 to your computer and use it in GitHub Desktop.
Save alinetskyi/a0b8233ebd0a9e4f4e12da52786ce576 to your computer and use it in GitHub Desktop.
Kubelet options to make sure node is available
--eviction-hard=memory.available<2Gi,nodefs.available<10%,imagefs.available<15% \
--eviction-minimum-reclaim=memory.available=1Gi,nodefs.available=2Gi,imagefs.available=2Gi \
--system-reserved=cpu=2,memory=4Gi \
--kube-reserved=cpu=1,memory=2Gi \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment