mirror of
https://github.com/techno-tim/k3s-ansible.git
synced 2025-12-25 18:23:05 +01:00
replaced --no-deploy with --disable (#49)
According to https://rancher.com/docs/k3s/latest/en/installation/install-options/server-config/ > Kubernetes Components section the --disable <value> flag should be used as the --no-deploy is a deprecated option
This commit is contained in:
@@ -17,8 +17,8 @@ apiserver_endpoint: "192.168.30.222"
|
|||||||
# this token should be alpha numeric only
|
# this token should be alpha numeric only
|
||||||
k3s_token: "some-SUPER-DEDEUPER-secret-password"
|
k3s_token: "some-SUPER-DEDEUPER-secret-password"
|
||||||
|
|
||||||
# change these to your liking, the only required one is--no-deploy servicelb
|
# change these to your liking, the only required one is--disable servicelb
|
||||||
extra_server_args: "--no-deploy servicelb --no-deploy traefik"
|
extra_server_args: "--disable servicelb --disable traefik"
|
||||||
extra_agent_args: ""
|
extra_agent_args: ""
|
||||||
|
|
||||||
# image tag for kube-vip
|
# image tag for kube-vip
|
||||||
|
|||||||
Reference in New Issue
Block a user