Skip to content

Commit

Permalink
feat: reserves more cpu, memory and storage for k3s purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
nxtcoder17 committed Sep 23, 2024
1 parent 0124a71 commit 8cf9e0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ${jsonencode({
],
flatten([ for k,v in tf_node_labels: ["--node-label", "${k}=${v}"] ]),
flatten([ for taint in tf_node_taints: ["--node-taint", "${taint.key}=${taint.value}:${taint.effect}"] ]),
["--kubelet-arg", "--system-reserved=cpu=100m,memory=200Mi,ephemeral-storage=1Gi,pid=1000"],
["--kubelet-arg", "--system-reserved=cpu=250m,memory=300Mi,ephemeral-storage=5Gi,pid=1000"],
tf_extra_agent_args,
),
})}
Expand Down

0 comments on commit 8cf9e0d

Please sign in to comment.