-
Notifications
You must be signed in to change notification settings - Fork 3
[Feature Request]: ability to disable the service controller #103
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
Comments
@kobajagi Thanks for getting back. Not really because it would require to add the annotation to each service, which we cannot (some services are controlled by specific operators where there is no overriding possible) and we are using another cloud controller to control the services (we are not using any NLB from Exoscale, rather kube-vip internally). Currently the exoscale ccm keeps trying to update the services and fails forever, spamming the events and logs. |
I haven't tried this out, but shouldn't this be possible by setting this field to
Afaict this can be achieved by using the configuration file, I found this test case: exoscale-cloud-controller-manager/exoscale/exoscale_config_test.go Lines 45 to 46 in 351f54e
I'm not sure why this isn't documented in https://github.com/exoscale/exoscale-cloud-controller-manager/blob/master/docs/getting-started.md, maybe it's just an oversight :) |
@simonhammes Thanks, I can confirm that this works with the flag |
What feature would you like to have in the provider?
We are running our proper load balancing logic and only need the node controller to work. Is it possible to disable the service controller, or alternatively is the best approach to limit the exoscale iam used by it?
The text was updated successfully, but these errors were encountered: