-
Notifications
You must be signed in to change notification settings - Fork 25
OCPBUGS-66948: Pin IPAM CRDs to release-4.20 #253
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-66948: Pin IPAM CRDs to release-4.20 #253
Conversation
|
@mdbooth: This pull request references Jira Issue OCPBUGS-6698, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn 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. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mdbooth The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@mdbooth: This pull request references Jira Issue OCPBUGS-66948, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn 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. |
|
/jira refresh |
|
@mdbooth: This pull request references Jira Issue OCPBUGS-66948, which is invalid:
Comment DetailsIn 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. |
|
/jira refresh |
|
@mdbooth: This pull request references Jira Issue OCPBUGS-66948, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
DetailsIn 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. |
|
/payload-job periodic-ci-openshift-release-master-nightly-4.21-e2e-vsphere-static-ovn |
|
@mdbooth: trigger 1 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/0b0cdbf0-d4fa-11f0-81d7-e2152966c00b-0 |
|
/test e2e-vsphere-capi-techpreview |
|
/test e2e-aws-capi-techpreview |
|
/test e2e-vsphere-capi-techpreview |
|
@mdbooth: This pull request references Jira Issue OCPBUGS-66948, which is valid. 3 validation(s) were run on this bug
DetailsIn 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. |
We can't push v1beta2 IPAM to production clusters without also running the conversion webhook, so we pin to the last released version which did not have it. TPNU clusters continue to get the latest CAPI.
|
/cherry-pick release-4.21 |
|
@mdbooth: once the present PR merges, I will cherry-pick it on top of DetailsIn 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. |
|
/payload-job periodic-ci-openshift-release-master-nightly-4.21-e2e-vsphere-static-ovn |
|
@mdbooth: trigger 1 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/5ec29bc0-d51f-11f0-8868-0d46b3cdbe8f-0 |
| .PHONY: update-ipam-ref | ||
| update-ipam-ref: | ||
| # Get the current HEAD of the release-4.20 branch | ||
| $(eval current_head := $(shell git ls-remote https://github.com/openshift/cluster-api release-4.20 | awk '$$2 == "refs/heads/release-4.20" {print $$1}')) |
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.
This doesn't feel like it's going to age well, or is the intention for this not to age well?
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.
I don't think we can ever go beyond 4.20 without a radically new approach. We're really hoping that radically new approach is going to be the CAPI Operator 😅 At that point we don't need any of this.
|
|
||
| # Instructs CVO to only install these resources in clusters with the Default | ||
| # featureset. Specifically this means that they will not be installed in | ||
| # (TechPreview|Custom|Dev)NoUpgrade clusters. |
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.
| # (TechPreview|Custom|Dev)NoUpgrade clusters. | |
| # (TechPreview|Custom|DevPreview)NoUpgrade clusters. |
|
@mdbooth: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions 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. |
|
/hold For question from @JoelSpeed |
|
/hold cancel We are pinning this until we have a way to deploy the v1beta1 and v1beta2 versions alongside each other, with conversion webhook, in a Default feature set cluster |
|
/label acknowledge-critical-fixes-only To fix a Vsphere MAO/CAPI IPAM regression bug that is considered release blocking |
|
@sunzhaohua2 manually verified and informed us here that |
|
Also the installation of vsphere clusters with staticip via IPAM is successful again with the changes in this PR as confirmed by ci/prow/e2e-vsphere-staticip-ipam-ovn |
|
/verified by @sunzhaohua2 via manual upgrade and presubmit vsphere static ip job passing. |
|
@damdo: This PR has been marked as verified by DetailsIn 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. |
damdo
left a comment
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.
/lgtm
|
@mdbooth: Jira Issue Verification Checks: Jira Issue OCPBUGS-66948 Jira Issue OCPBUGS-66948 has been moved to the MODIFIED state and will move to the VERIFIED state when the change is available in an accepted nightly payload. 🕓 DetailsIn 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. |
|
@mdbooth: Failed to get PR patch from GitHub. This PR will need to be manually cherrypicked. Error messagestatus code 406 not one of [200], body: {"message":"Sorry, the diff exceeded the maximum number of files (300). Consider using 'List pull requests files' API or locally cloning the repository instead.","errors":[{"resource":"PullRequest","field":"diff","code":"too_large"}],"documentation_url":"https://docs.github.com/rest/pulls/pulls#list-pull-requests-files","status":"406"}DetailsIn 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. |
|
Fix included in accepted release 4.21.0-0.nightly-2025-12-10-193741 |
We can't push v1beta2 IPAM to production clusters without also running the conversion webhook, so we pin to the last released version which did not have it.
TPNU clusters continue to get the latest CAPI.
Pull in manifests-gen from openshift/cluster-capi-operator#425