-
Notifications
You must be signed in to change notification settings - Fork 219
OKD-259: Bump openshift/api and add support for OKD featureset specific CRDs #1324
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
base: master
Are you sure you want to change the base?
Conversation
|
@jatinsu: This pull request references OKD-259 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the epic to target the "4.22.0" version, but no target version was set. 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. |
|
/test e2e-aws-pre-release-ossm e2e-gcp-operator okd-scos-images |
|
/test e2e-aws-pre-release-ossm |
1 similar comment
|
/test e2e-aws-pre-release-ossm |
|
@Miciah Would you mind taking a look at this and giving a approval? Thank you! |
|
@jatinsu: you added the installation of |
I was a bit confused on this since all other featuresets have installations of their respective crds but these crds are all also missing in the |
|
/assign |
If I understand correctly, we do not need these changes now, but we will need them next time we add a featuregated API field in the IngressController CRD. For example, fdb6215 bumped openshift/api to a version that had a featuregated
Subsequently, 48f0439 bumped openshift/api to a version in which none of the API fields were featuregated, and so all the variants were removed, leaving only And now there is an OKD variant for CRDs generally, so if we did have a featuregated API field in the IngressController CRD specifically, we would need to account for that variant as well. So for this PR, there should be no new files under I think it is appropriate to merge this PR now. Otherwise, the next time we add a featuregated API field, we will need to update That said, |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Miciah 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 |
|
I do request that you refer to the Jira ticket in the commit message and include a brief description of the changes (consistent with upstream Kubernetes commit message guidelines). |
This commit updates `openshift-api` to the latest version to include the new OKD featureset `client-go` was also updated due to bumping `openshift-api` for compatibility commands ran for this update: ``` go get github.com/openshift/api@latest; go get github.com/openshift/client-go@latest; go mod tidy; go mod vendor; ```
This commit updates update-generated-crd.sh and verify-generated-crd.sh to support the OKD featureset
c017fb3 to
b735dc7
Compare
No disagreement here, the missing manifests makes a lot more sense to me now. Thanks for explaining!
Just did. Thanks for pointing this out! |
|
@jatinsu: The following tests failed, say
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. |
Vendor changes made here to add support for the OKD featureset