Skip to content
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

Clean up internet-facing loadbalancer scheme logic #3832

Merged

Conversation

Ankitasw
Copy link
Member

@Ankitasw Ankitasw commented Nov 9, 2022

What type of PR is this?
/kind cleanup

What this PR does / why we need it:
To fix a casing issue (#2768), we had some custom logic implemented #2801.

With v1beta2 API version, we no longer need this custom logic as users were not allowed to use the incorrect LB scheme (Internet-facing) in v1beta1.

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 #3673

Special notes for your reviewer:

Checklist:

  • squashed commits
  • includes documentation
  • adds unit tests
  • adds or updates e2e tests

@k8s-ci-robot k8s-ci-robot added kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. needs-priority size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Nov 9, 2022
@Skarlso
Copy link
Contributor

Skarlso commented Nov 9, 2022

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Nov 9, 2022
@Ankitasw
Copy link
Member Author

Ankitasw commented Nov 9, 2022

/test pull-cluster-api-provider-aws-e2e-blocking

@Ankitasw
Copy link
Member Author

Ankitasw commented Nov 9, 2022

/retest

@Ankitasw
Copy link
Member Author

Ankitasw commented Nov 9, 2022

Need to look at the test failure locally

@Ankitasw Ankitasw force-pushed the cleanup-internet-facing-logic branch from c536d1c to ddca02f Compare November 9, 2022 16:56
@k8s-ci-robot k8s-ci-robot removed the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Nov 9, 2022
@Ankitasw Ankitasw force-pushed the cleanup-internet-facing-logic branch 2 times, most recently from 0338657 to 42a970a Compare November 9, 2022 16:58
@Ankitasw
Copy link
Member Author

Ankitasw commented Nov 9, 2022

/test pull-cluster-api-provider-aws-e2e-blocking

@Ankitasw Ankitasw force-pushed the cleanup-internet-facing-logic branch from 42a970a to 5ed74b2 Compare November 9, 2022 17:31
@Ankitasw Ankitasw force-pushed the cleanup-internet-facing-logic branch from 5ed74b2 to ce55e2f Compare November 9, 2022 17:32
@Ankitasw
Copy link
Member Author

Ankitasw commented Nov 9, 2022

/test pull-cluster-api-provider-aws-e2e

@Ankitasw
Copy link
Member Author

Ankitasw commented Nov 9, 2022

/milestone v2.0.0

@k8s-ci-robot
Copy link
Contributor

@Ankitasw: You must be a member of the kubernetes-sigs/cluster-api-provider-aws-maintainers GitHub team to set the milestone. If you believe you should be able to issue the /milestone command, please contact your Cluster API Provider AWS Maintainers and have them propose you as an additional delegate for this responsibility.

In response to this:

/milestone v2.0.0

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.

@dlipovetsky
Copy link
Contributor

Thanks!

The apidiff failure is expected.

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Nov 9, 2022
@Ankitasw
Copy link
Member Author

Test passing locally so
/retest

@k8s-ci-robot
Copy link
Contributor

k8s-ci-robot commented Nov 10, 2022

@Ankitasw: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pull-cluster-api-provider-aws-apidiff-main ce55e2f link false /test pull-cluster-api-provider-aws-apidiff-main

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

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. I understand the commands that are listed here.

@Ankitasw
Copy link
Member Author

/test pull-cluster-api-provider-aws-e2e-blocking

@Ankitasw
Copy link
Member Author

/approve

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: Ankitasw

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Nov 10, 2022
@k8s-ci-robot k8s-ci-robot merged commit 1317a26 into kubernetes-sigs:main Nov 10, 2022
@Ankitasw Ankitasw deleted the cleanup-internet-facing-logic branch November 10, 2022 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. lgtm "Looks good to me", indicates that a PR is ready to be merged. needs-priority size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Clean up internet-facing loadbalancer scheme logic
4 participants