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

Co-authored-by: Roman Davydchenko <xatteg@gmail.com>
This commit is contained in:
k8s-infra-cherrypick-robot
2025-06-18 04:42:51 -07:00
committed by GitHub
parent a8f5277628
commit 0e5c532c9e
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: