Skip to content

Commit 7f5a2dc

Browse files
authored
feat: disable core dns autoscaler by default (#33)
1 parent 7ac6f0d commit 7f5a2dc

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

patches/rke2-coredns.yaml.tpl

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,5 @@ resources:
1010
cpu: "100m" # because of autoscaler
1111
memory: "128Mi"
1212
autoscaler:
13-
tolerations:
14-
- effect: NoExecute
15-
key: CriticalAddonsOnly
16-
operator: "Exists"
17-
nodeSelector:
18-
node-role.kubernetes.io/master: "true"
19-
resources:
20-
requests:
21-
cpu: "25m"
22-
memory: "16Mi"
23-
limits:
24-
cpu: null
25-
memory: "64Mi"
13+
enabled: false
2614
%{ endif }

0 commit comments

Comments
 (0)