Skip to content

Commit

Permalink
sys: fix systemReserved format (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorhuertas authored Apr 3, 2020
1 parent a144ec2 commit bd06912
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion resources/node-kubelet-conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ cgroupDriver: systemd

# Resource allocation
cpuManagerPolicy: "static"
systemReserved: "cpu=500m,memory=1Gi"
systemReserved:
cpu: "500m"
memory: "1Gi"
evictionHard:
memory.available: "1Gi"
nodefs.available: "2Gi"
Expand Down

0 comments on commit bd06912

Please sign in to comment.