-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
helm: loadBalancerClass for Cluster Mesh APIserver #33033
helm: loadBalancerClass for Cluster Mesh APIserver #33033
Conversation
Let's please backport this to 1.15 :). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good for helm changes.
Fixing https://github.com/cilium/cilium/actions/runs/9453106239/job/26037749772?pr=33033#step:5:602 in the next force-commit in a couple of minutes. |
e7195d0
to
95e894d
Compare
This looks more a feature than a bug fix but I'll leave it to @giorio94 to decide if we should backport it or not. |
/test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
/test |
Hmm, I'm a bit on the fence honestly. I agree that the PR looks more as a feature than a bug fix, but on the other hand one may argue that the lack of this setting may prevent users from successfully deploying the clustermesh-apiserver in environments including multiple LB classes. Given that the change is straightforward, and has a very low risk of introducing regressions, I'd probably lean towards backporting it to v1.15 to be on the safe side (it is instead definitely not a serious enough issue to justify backporting to older stable versions). |
I've added the backport label, feel free to remove it if you disagree. |
Sorry for retriggering the tests 😿, I missed that they had already been triggered. |
* Added `loadBalancerClass` Helm value for the Cluster Mesh APIserver Kubernetes Service. * Refactored the existing `loadBalancerIP` Helm value so it's clearer that it exists (instead of having it commented out in the values.yaml file). Signed-off-by: Philip Schmid <[email protected]>
95e894d
to
0661fb6
Compare
/test |
Rebased using the GH UI, hopefully that should fix the failing tests. |
loadBalancerClass
Helm value for the Cluster Mesh APIserver Kubernetes Service.loadBalancerIP
Helm value so it's clearer that it exists (instead of having it commented out in the values.yaml file).