-
Notifications
You must be signed in to change notification settings - Fork 707
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
Service xxx is invalid: spec.loadBalancerClass: Invalid value: "null" #7691
Labels
>bug
Something isn't working
Comments
I think cloud-on-k8s/pkg/controller/common/service_control.go Lines 85 to 142 in f6ec623
loadBalancerClass
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Report
What did you do?
Given the logstash config
The reconciliation was failing with
preventing any further reconciliation (i.e. pipelines changes was not reflected in the secrets). Since the error was silent (pod not crashing etc), it took a while to get noticed.
In order to fix the issue I had to explicitely define the
loadBalancerClass
fieldAFAIK, this is not a required field, so the lack of it should not prevent the creation of the service.
What did you see instead? Under which circumstances?
Environment
ECK version:
2.12.1
Kubernetes information:
AWS
The text was updated successfully, but these errors were encountered: