mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
levi: switch kube network
This commit is contained in:
parent
b9f06b4f01
commit
c581d65442
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@
|
|||
services.k3s.enable = true;
|
||||
services.k3s.extraFlags = toString [
|
||||
# flags for using Calico instead of Flannel
|
||||
"--cluster-cidr=192.168.0.0/16"
|
||||
"--disable-network-policy"
|
||||
"--flannel-backend=none"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue