-
Notifications
You must be signed in to change notification settings - Fork 580
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
🐛 Rename the ELB scheme from Internet-facing to internet-facing #2768
🐛 Rename the ELB scheme from Internet-facing to internet-facing #2768
Conversation
According to AWS documentation, the scheme is lowercase. If the field is explicitly set to Internet-facing, CAPA fails to recognize the ELB it has created, because the ELB's scheme is lowercase, i.e., internet-facing.
/lgtm |
Following up on the discussion during the office hours:
@dlipovetsky what you are saying is correct. |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sedefsavas 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 |
What type of PR is this?
/kind bug
What this PR does / why we need it:
According to AWS documentation, the scheme is lowercase. If the field is
explicitly set to Internet-facing, CAPA fails to recognize the ELB it
has created, because the ELB's scheme is lowercase, i.e.,
internet-facing.
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 #2534
Special notes for your reviewer:
Ordinarily, changing the accepted value is a breaking API change. However, cluster create always fails with the current value (
Internet-facing
), therefore we can assume that no one is using the current value.I added this PR to the agenda for our next meeting.
Checklist:
Release note: