Andrew Fung

Results 5 comments of Andrew Fung

Thanks for your reply. For your information, after I added back the `no_proxy` env on playbook, the issue no longer occurred again. ```yaml ## `inventory/mycluster/group_vars/k8s_cluster/k8s-cluster.yml` kube_proxy_strict_arp: true ## `inventory/mycluster/group_vars/k8s_cluster/addons.yml` #...

@KubeKyrie I think it just needs a simple fix `no_proxy: "{{ no_proxy | default('') }}"`. Can I make a pull request for that? FYI, to enable kubelet-csr-approver we need `kubelet_rotate_server_certificates:...

Hello @pixiake , I found a bug at #2149. Can you help to check?

Hi @sathieu , I tried your PR and I get the following error. I think the reason is that "Kube-vip | Write static pod" is run before "Set fact first_kube_control_plane"....