mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-05-27 00:39:09 +02:00
fix(k3s cluster): fix typo, remove traefik
This commit is contained in:
@@ -35,8 +35,9 @@ in {
|
||||
+ " --kube-apiserver-arg='--allow-privileged=true'" # required by kubevirt
|
||||
+ " --node-taint=CriticalAddonsOnly=true:NoExecute" # prevent workloads from running on the master
|
||||
+ " --data-dir /var/lib/rancher/k3s"
|
||||
+ " --disable-helm-controller"
|
||||
+ " --disable-helm-controller" # we use fluxcd instead
|
||||
+ " --disable=traefik" # deploy our own ingress controller instead
|
||||
+ " --etcd-expose-metrics true"
|
||||
+ ''--etcd-snapshot-schedule-cron "0 */12 * * *"'';
|
||||
+ " --etcd-snapshot-schedule-cron '0 */12 * * *'";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user