-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not writing status to ConfigMap #15
Comments
Does the CP means control plane here? |
Cloud provider |
Thanks, what's the controller here refers to? |
A GitOps controller like Argo CD or Flux. |
Thanks for the explaning. |
The kube-vip CP in 0.1 will update the
kubevip
ConfigMap with its status when reconciling a Service of typeLoadBalancer
. It does this to the.data.kubevip-services
key storing its value as JSON. This is going to be problematic for GitOps approaches because unless an exclusion is applied, the CP and the controller are going to fight over reconciliation of the ConfigMap. May just want to think of another approach here like writing to a separate CR which the CP can own.The text was updated successfully, but these errors were encountered: