OCPBUGS-20164: Remove Build CRD#360
Conversation
|
@adambkaplan: No Jira issue with key OCPBUGS-201614 exists in the tracker at https://issues.redhat.com/. 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/test-infra repository. |
|
@adambkaplan: This pull request references Jira Issue OCPBUGS-20164, 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 kubernetes/test-infra repository. |
|
@bparees @wking my manual test results of this PR with
$ oc get build -A
No resources found
$ oc get build.openshift.io
error: the server doesn't have a resource type "build"
$ oc get build.config.openshift.io
No resources found
$ oc get crds | grep "build"
builds.config.openshift.io 2023-10-11T17:13:28Z
$ oc api-resources | grep build
builds config.openshift.io/v1 false BuildDo we ship this as an early z-stream bug fix, and deal with the builds.config.openshift.io CRD in 4.15? |
|
@bparees @wking same result after adding the annotation to the empty-resources in openshift/api. At this point we're past "quick fix" and entering "there's missing logic." Since we already have cruft related to the builds capability (see https://issues.redhat.com/browse/BUILD-726), do we merge this in as a quick fix and deal with the build CRD creation in 4.15? |
|
/payload-job periodic-ci-openshift-release-master-ci-4.15-e2e-aws-ovn-no-capabilities |
|
@wking: trigger 1 job(s) for the /payload-(job|aggregate) command
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/550f7a30-6889-11ee-87b8-cc3b06b6aba4-0 |
$ curl -s https://gcsweb-ci.apps.ci.l2s4.p1.openshiftapps.com/gcs/origin-ci-test/logs/openshift-cluster-config-operator-360-ci-4.15-e2e-aws-ovn-no-capabilities/1712240646447697920/artifacts/e2e-aws-ovn-no-capabilities/gather-must-gather/artifacts/must-gather.tar | tar xOz 60d093a4c518ddd700e5fad91954489579777836e49c5249bfdb28dc53fcaf01/cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/builds.config.openshift.io.yaml | yaml2json | jq -r '.metadata.managedFields[] | select(.subresource != "status") | .time + " " + .operation + " " + .manager'
2023-10-11T23:12:04Z Update cluster-bootstrapSo this is still getting into the cluster at bootstrap time, via the config |
0575ac5 to
4e713b9
Compare
|
Paired with openshift/cluster-openshift-controller-manager-operator#306, and bumping api with openshift/api#1618, this removes the Build CRD. |
Update openshift/api so that the Build CRD is no longer included in cluster-config-operator's manifests. This will be owned and deployed by openshift-controller-manager-operator moving forward.
Remove Build CRD empty resource so it doesn't get included in manifests.
4e713b9 to
bb52b1b
Compare
|
@adambkaplan: This pull request references Jira Issue OCPBUGS-20164, which is valid. 3 validation(s) were run on this bug
Requesting review from QA contact: 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 kubernetes/test-infra repository. |
|
/hold waiting for openshift/cluster-openshift-controller-manager-operator#306 |
|
/hold cancel |
|
/lgtm |
|
/retest required |
|
@bparees: The
The following commands are available to trigger optional jobs:
Use
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/test-infra repository. |
|
/retest-required |
|
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: adambkaplan, bparees 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 |
|
/retest-required |
|
/test ci/prow/e2e-aws-serial-techpreview |
|
@wking: The specified target(s) for
The following commands are available to trigger optional jobs:
Use
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/test-infra repository. |
|
/test e2e-aws-serial-techpreview |
3 similar comments
|
/test e2e-aws-serial-techpreview |
|
/test e2e-aws-serial-techpreview |
|
/test e2e-aws-serial-techpreview |
|
@adambkaplan: 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/test-infra repository. I understand the commands that are listed here. |
|
@adambkaplan: Jira Issue OCPBUGS-20164: All pull requests linked via external trackers have merged:
Jira Issue OCPBUGS-20164 has been moved to the MODIFIED state. 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/test-infra repository. |
|
Fix included in accepted release 4.15.0-0.nightly-2023-10-17-065657 |
The Build CRD is no longer included in cluster-config-operator's manifests. This will be owned and deployed by
openshift-controller-manager-operator moving forward.
Might depend on openshift/cluster-openshift-controller-manager-operator#306 merging first.