Closed
Description
What happened?
Kube-proxy daemonset appeared in the cluster when upgrading 2.27.0 -> 2.28.0
What did you expect to happen?
Kube-proxy should be disabled when kube-router CNI is used or explicitly disabled via kube_proxy_remove: true
How can we reproduce it (as minimally and precisely as possible)?
Set kube-router plugin or explicitly disable kube-proxy.
OS
Ubuntu 22
Version of Ansible
ansible [core 2.16.14]
Version of Python
python version = 3.11.7
Version of Kubespray (commit)
Network plugin used
kube-router
Full inventory with variables
Not required
Command used to invoke ansible
Not required
Output of ansible run
Not required
Anything else we need to know
Problem is here
This should be added to both commands
{%- endif %}
--skip-phases={{ kubeadm_init_phases_skip | join(',') }}