-
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
OCPBUGS-36293: aws: bump capa to fix EIP leak on bootstrap when BYOIP #8676
OCPBUGS-36293: aws: bump capa to fix EIP leak on bootstrap when BYOIP #8676
Conversation
Skipping CI for Draft Pull Request. |
46c24e3
to
9daa5b3
Compare
/test ? |
@mtulio: The following commands are available to trigger required jobs:
The following commands are available to trigger optional jobs:
Use
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-sigs/prow repository. |
/test altinfra-e2e-aws-ovn-public-ipv4-pool |
d5720a5
to
ee43a06
Compare
c5f2e33
to
2004ae2
Compare
feedback addressed in upstream PR (kubernetes-sigs/cluster-api-provider-aws#5039) to improve the reconciliation loop by not show error messages while the instance isn't running (expected): /test altinfra-e2e-aws-ovn-public-ipv4-pool |
Job is passing, now CAPA is printing only debug messages (instead of errors in expected situations in the reconciliator loop):
|
2004ae2
to
406dbf5
Compare
/test altinfra-e2e-aws-ovn-public-ipv4-pool |
406dbf5
to
c5f6f91
Compare
I am seeing upstream e2e issues, ensuring downstream are ok: /test altinfra-e2e-aws-ovn-public-ipv4-pool /test altinfra-e2e-aws-ovn |
/test e2e-aws-ovn |
/test all |
/test ? |
@mtulio: The following commands are available to trigger required jobs:
The following commands are available to trigger optional jobs:
Use
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-sigs/prow repository. |
openshift/release#56114 merged. Checking if I can run a job that the pool is disabled in CAPI: /test e2e-aws-ovn-public-ipv4-pool-disabled |
c5f6f91
to
80aefa3
Compare
/test e2e-aws-ovn-public-ipv4-pool-disabled |
80aefa3
to
e15160f
Compare
/test e2e-aws-ovn-public-ipv4-pool-disabled |
/lgtm |
/assign @patrickdillon @r4f4 |
/jira refresh |
@mtulio: This pull request references Jira Issue OCPBUGS-36293, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Jira ([email protected]), skipping review request. 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 openshift-eng/jira-lifecycle-plugin repository. |
/test e2e-aws-ovn-public-ipv4-pool |
@mtulio: This pull request references Jira Issue OCPBUGS-36293, which is valid. 3 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Jira ([email protected]), skipping review request. 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 openshift-eng/jira-lifecycle-plugin repository. |
/approve but lets /hold for the ipv4 pool test as it is non blocking. feel free to drop the hold |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: patrickdillon 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 |
As chatted on Slack, probably we don't need to update it. Looks like the updates on aws-infrastructure-components.yaml |
@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-sigs/prow repository. I understand the commands that are listed here. |
Thanks! /hold cancel The following tests are passing:
|
7c39b9a
into
openshift:master
@mtulio: Jira Issue OCPBUGS-36293: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-36293 has been moved to the MODIFIED state. 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 openshift-eng/jira-lifecycle-plugin repository. |
/cherrypick release-4.17 |
/cherrypick release-4.16 |
@mtulio: new pull request created: #8991 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-sigs/prow repository. |
@mtulio: #8676 failed to apply on top of branch "release-4.16":
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-sigs/prow repository. |
This change bumps CAPA to latest version (
main
/3f3ce56102048a3c58937c3964feb2d3da826743
) with fixes of EIP leak when provisioning Machine (bootstrap) with public IP using Public IPv4 pool, merged on PR kubernetes-sigs/cluster-api-provider-aws#5039.This is the diff commits from the version used currently on installer: kubernetes-sigs/cluster-api-provider-aws@v2.6.1...main
https://issues.redhat.com/browse/OCPBUGS-36293
Tests: all e2e-aws* jobs running on us-east-1 should receive a lease, when there is available, to acquire an BYO IPv4 pool ID to CAPA provisioning resources consuming public IP from that pool, see the step for more information. The job
e2e-aws-ovn-public-ipv4-pool-disabled
is enforcing to not use the pool while ensuring the test without BYO IP feature.