deploy zookeeper, k3s
This commit is contained in:
parent
14bedcd408
commit
d4234c0312
2 changed files with 3 additions and 2 deletions
|
@ -44,6 +44,7 @@
|
|||
"--cluster-init" # Enable embedded etcd
|
||||
"--disable=servicelb" # disable servicelb
|
||||
"--no-deploy=traefik" # we want to configure traefik ourselves (or use nginx instead)
|
||||
"--cluster-cidr=10.69.0.0/16" # the default of 10.42.0.0/16 clashes with my own network
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue