Skip to content

Conversation

@abays
Copy link
Contributor

@abays abays commented Jan 23, 2026

If we use the default client-side apply for install the CRDs, this error occurs:

The CustomResourceDefinition "openstackcontrolplanes.core.openstack.org" is invalid: metadata.annotations: Too long: may not be more than 262144 bytes

This happens because when using oc apply, Kubernetes stores the entire manifest in the kubectl.kubernetes.io/last-applied-configuration annotation. For very large CRDs like OpenStackControlPlane, this exceeds the 262144 byte limit. We don't need to store that annotation information anyhow.

@openshift-ci openshift-ci bot requested a review from olliewalsh January 23, 2026 12:23
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jan 23, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: abays

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@abays
Copy link
Contributor Author

abays commented Jan 23, 2026

/test openstack-operator-build-deploy-kuttl

@abays
Copy link
Contributor Author

abays commented Jan 23, 2026

@abays: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:
Test name Commit Details Required Rerun command
ci/prow/openstack-operator-build-deploy-kuttl 9e031a4 link true /test openstack-operator-build-deploy-kuttl
ci/prow/openstack-operator-build-deploy-kuttl-4-18 9e031a4 link true /test openstack-operator-build-deploy-kuttl-4-18

Full PR test history. Your PR dashboard.
Details

    logger.go:42: 15:05:00 | dataplane-deploy-multiple-secrets/2-dataplane-deploy | Error from server (NotFound): secrets "cert-generic-service1-default-edpm-compute-0" not found
    logger.go:42: 15:05:00 | dataplane-deploy-multiple-secrets/2-dataplane-deploy | bad match: 
    logger.go:42: 15:05:01 | dataplane-deploy-multiple-secrets/2-dataplane-deploy | test step failed 2-dataplane-deploy

Seems unrelated.

/test openstack-operator-build-deploy-kuttl-4-18

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant