From 349eac64b61a7a54e5edfafee74e5c0b988089b2 Mon Sep 17 00:00:00 2001 From: ReSearchITEng Date: Fri, 12 Jul 2024 10:54:47 +0300 Subject: [PATCH] Update global.yaml --- group_vars/all/global.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/group_vars/all/global.yaml b/group_vars/all/global.yaml index 1596b3c..cf609a4 100644 --- a/group_vars/all/global.yaml +++ b/group_vars/all/global.yaml @@ -90,7 +90,7 @@ full_kube_reinstall: False # undefined is False. #Make it False for faster redep # reinstall is set to True, kubectl, kubelet, kubeadm, kubernetes-cni will be uninstalled first full_kube_apt_unhold: False # undefined is False. # use it together with full_kube_reinstall (usually in non-prod) when you want automatic unhold of packages on (debian based like ubuntu) # unhold is required also when you define version for kube* packages, and packages were hold initially -etcd_clean: True # default is True, and it will cleanup /var/lib/etcd/ ! +etcd_clean: False # True will cleanup /var/lib/etcd/ ! ##### #kubeadm_init_args: E.g.: "--skip-preflight-checks"