-
Notifications
You must be signed in to change notification settings - Fork 65
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
Set LoadBalancerSKU from Azure preset #6506
Set LoadBalancerSKU from Azure preset #6506
Conversation
Signed-off-by: Marvin Beckers <[email protected]>
/retest |
/retest flake? |
/retest |
e2e test is currently broken because commit-based images have been cleaned up, @xrstf is looking into it. |
/retest |
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.
/approve
LGTM label has been added. Git tree hash: a2d2b0ecdcf0c3144eaa2084f658f7566cb1ab8b
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ahmedwaleedmalik The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest Review the full test history Silence the bot with an |
/cherrypick release/v2.24 |
@dharapvj: new pull request created: #6508 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/cherrypick release/v2.23 |
@dharapvj: new pull request created: #6509 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/milestone KKP 2.25 |
What this PR does / why we need it:
Looks like the preset-to-spec logic never set the load balancer SKU. I'm surprised to see this, but there are no other references to those fields in the dashboard code.
This PR sets the field from the preset. If it's empty, there is still defaulting code in KKP that will put
basic
as value.Which issue(s) this PR fixes:
Fixes kubermatic/kubermatic#13063
What type of PR is this?
/kind bug
Special notes for your reviewer:
Does this PR introduce a user-facing change? Then add your Release Note here:
Documentation: