feat: k3s disable-helm-controller

This commit is contained in:
Ryan Yin
2024-02-18 21:13:21 +08:00
parent 010f3ece90
commit 6d1bdd2b40
3 changed files with 5 additions and 2 deletions

View File

@@ -33,6 +33,7 @@ in {
+ " --write-kubeconfig-mode 644"
+ " --service-node-port-range 80-32767"
+ " --data-dir /var/lib/rancher/k3s"
+ " --disable-helm-controller"
+ " --etcd-expose-metrics true"
+ ''--etcd-snapshot-schedule-cron "0 */12 * * *"'';
};

View File

@@ -21,7 +21,8 @@ in {
+ " --write-kubeconfig-mode 644"
+ " --service-node-port-range 80-32767"
+ " --data-dir /var/lib/rancher/k3s"
+ " --disable-helm-controller"
+ " --etcd-expose-metrics true"
+ '' --etcd-snapshot-schedule-cron "0 */12 * * *"'';
+ ''--etcd-snapshot-schedule-cron "0 */12 * * *"'';
};
}

View File

@@ -21,7 +21,8 @@ in {
+ " --write-kubeconfig-mode 644"
+ " --service-node-port-range 80-32767"
+ " --data-dir /var/lib/rancher/k3s"
+ " --disable-helm-controller"
+ " --etcd-expose-metrics true"
+ '' --etcd-snapshot-schedule-cron "0 */12 * * *"'';
+ ''--etcd-snapshot-schedule-cron "0 */12 * * *"'';
};
}