Skip to content

Commit

Permalink
Update global.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ReSearchITEng authored Jul 12, 2024
1 parent d5b2074 commit 349eac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion group_vars/all/global.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 349eac6

Please sign in to comment.