mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-18 07:24:10 +01:00
feat: k3s disable-helm-controller
This commit is contained in:
@@ -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 * * *"'';
|
||||
};
|
||||
|
||||
@@ -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 * * *"'';
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 * * *"'';
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user