You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kube-vip-cloud-provider: when I define the environment variables KUBEVIP_NAMESPACE and KUBEVIP_CONFIG_MAP, kube-vip-cloud-provider creates the configmap in the correct namespace and also creates in kube-system another empty configmap with the same name. It is the empty confimap that it uses so it is impossible to distribute the IPs.
If kube-vip-cloud-provider is deployed in the kube-system namespace with the KUBEVIP_NAMESPACE and KUBEVIP_CONFIG_MAP environment variables, it creates the configmap with the right name and everything works fine.