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.
The text was updated successfully, but these errors were encountered:
the newer version was deployed with much improved features. In particular, it read the configmap from the namespace configured by the env var. It also prints a new log message "provider.go:86] Watching configMap for pool config with name: 'kv-cm', namespace: 'kube-vip'" to confirm.
So I think this is just a side effect of old versions
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.
The text was updated successfully, but these errors were encountered: