From 57b8b5e181764fc2fc204f002efaf5978682c93a Mon Sep 17 00:00:00 2001 From: slemmercs Date: Mon, 8 Aug 2022 16:01:25 +0200 Subject: [PATCH] replaced --no-deploy with --disable According to https://rancher.com/docs/k3s/latest/en/installation/install-options/server-config/ > Kubernetes Components section the --disable flag should be used as the --no-deploy is a deprecated option --- inventory/sample/group_vars/all.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inventory/sample/group_vars/all.yml b/inventory/sample/group_vars/all.yml index 34c3eed03..e794748b3 100644 --- a/inventory/sample/group_vars/all.yml +++ b/inventory/sample/group_vars/all.yml @@ -17,8 +17,8 @@ apiserver_endpoint: "192.168.30.222" # this token should be alpha numeric only k3s_token: "some-SUPER-DEDEUPER-secret-password" -# change these to your liking, the only required one is--no-deploy servicelb -extra_server_args: "--no-deploy servicelb --no-deploy traefik" +# change these to your liking, the only required one is--disable servicelb +extra_server_args: "--disable servicelb --disable traefik" extra_agent_args: "" # image tag for kube-vip