Skip to content

Commit

Permalink
Set a minimum evictionHard and kubeReserved
Browse files Browse the repository at this point in the history
  • Loading branch information
wongma7 authored and mogren committed Oct 22, 2019
1 parent b1d4bc5 commit 9d5ed53
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions files/kubelet-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,16 @@
"featureGates": {
"RotateKubeletServerCertificate": true
},
"evictionHard": {
"memory.available": "100Mi",
"nodefs.available": "10%",
"nodefs.inodesFree": "5%"
},
"kubeReserved": {
"cpu": "60m",
"ephemeral-storage": "1Gi",
"memory": "0.24Gi"
},
"serializeImagePulls": false,
"serverTLSBootstrap": true
}

0 comments on commit 9d5ed53

Please sign in to comment.