Created
May 8, 2019 14:15
-
-
Save alinetskyi/a0b8233ebd0a9e4f4e12da52786ce576 to your computer and use it in GitHub Desktop.
Kubelet options to make sure node is available
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
--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