-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
DNM: devel tests for CAPI/CAPA w/ upstream #8109
Conversation
go mod tidy && go mod vendor
update aws-infrastructure-components for newly vendored aws capi provider controller.
require aws capi provider to include dual load balancer support
for some reason vendoring newer capa causes go mod tidy to fail that this can't be found. seems unused
PR needs rebase. 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. |
Skipping CI for Draft Pull Request. |
Changes: - downstream fixes: s3 loc and lb subnet - elbv2 must check the correct scheme - API health check must have the correct health check when using HTTP or HTTPS - Control plane load balancers must allow customization for health check, considering additional listeners
[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 |
112d778
to
9305e54
Compare
@mtulio: The following test failed, say
Full PR test history. Your PR dashboard. 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. |
Closing as all changes/features have been addressed to dedicated PRs for installer and CAPA. |
Pr used to provision AWS clusters with CAPA in the development phase (CORS-2890).
This PR was built upon #8074
This PR picks the following upstream changes: