Skip kube-proxy addon phase during kubeadm upgrade if disabled (#12306)

This commit is contained in:
_xat_
2025-06-18 13:48:52 +03:00
committed by GitHub
parent 85cf0014cd
commit dca2a5ecb3
3 changed files with 19 additions and 2 deletions

View File

@@ -170,6 +170,7 @@
- apiserver_sans_ip_check.changed or apiserver_sans_host_check.changed
- not kube_external_ca_mode
# TODO: Remove --skip-phases from command when v1beta4 UpgradeConfiguration supports skipPhases
- name: Kubeadm | Initialize first control plane node
when: inventory_hostname == first_kube_control_plane and not kubeadm_already_run.stat.exists
vars: