-
Notifications
You must be signed in to change notification settings - Fork 461
Ensure no new AKS LBs are created w/ Basic SKU #5958
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
base: main
Are you sure you want to change the base?
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@nojnhuh I did observe that |
|
In what way exactly is a basic SKU load balancer "non-working"? Does AKS give an error if that's specified?
I see the next AKS API version included in the latest ASO release still lists I don't see any reason to deviate from what ASO is doing here. @matthchr is ASO doing anything special for that value? |
0fb6bec to
9d9ace1
Compare
I think AKS does, but maybe we haven't actually taken this SKU out of the REST API specs? That's probably an oversight on AKS API management side, I'll track it down. Removing |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5958 +/- ##
=======================================
Coverage 44.54% 44.55%
=======================================
Files 279 279
Lines 25140 25148 +8
=======================================
+ Hits 11199 11205 +6
- Misses 13128 13130 +2
Partials 813 813 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| expectErr bool | ||
| }{ | ||
| { | ||
| name: "Valid Version", |
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.
nit: Valid/Invalid SKU over Valid/Invalid Version
| const ( | ||
| // LoadBalancerSKUStandard is the Standard load balancer SKU. | ||
| LoadBalancerSKUStandard = "Standard" | ||
| // LoadBalancerSKUBasic is the Basic load balancer SKU. |
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.
Should there be an API comment left to let users know this field was removed/deprecated?
|
/lgtm |
|
LGTM label has been added. Git tree hash: 197f5cec643c8d2430949fb9c98621ef78db472e
|
What type of PR is this?
/kind cleanup
/kind deprecation
What this PR does / why we need it:
This PR removes the (non-working) LB SKU configuration of "Basic" from the v1beta1 AKS types.
A code audit suggested that the self-managed LB SKU flows already require "Standard", so I think we're O.K. there.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)format, will close the issue(s) when PR gets merged):Fixes #
Special notes for your reviewer:
TODOs:
Release note: