This repository has been archived by the owner on Aug 12, 2024. It is now read-only.
applying pre k8s 1.2.1 bundles to 1.21+ clusters #610
Labels
kind/bug
Categorizes issue or PR as related to a bug.
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
When applying CRDs from unpacked bundles, rukpak doesn't convert the CRD version to match apiVersion supported by the underlying cluster.
If a bundle image has a CRD with
{apiVersion: [apiextensions.k8s.io/v1beta1], kind: CustomResourceDefinition}
and the cluster supports the apiVersion{apiVersion: [apiextensions.k8s.io/v1], kind: CustomResourceDefinition}
, rukpak tries to apply the CRDs directly, failing withno matches for kind \"CustomResourceDefinition\" in version \"[apiextensions.k8s.io/v1beta1]\"\nensure CRDs are installed first
some affected bundles:
"quay.io/openshift-community-operators/kiali@sha256:cb01816226cc731c8c35f6d0643447468dfa3db4bb6132320e9dc2bba1ce5c66"
"quay.io/openshift-community-operators/prometheus@sha256:6fbd3eaa123054c5023323d1f9ab7cbea178087fcb7cb4f3e83872c6a88d39a1"
"quay.io/openshift-community-operators/redis-operator@sha256:b8ab4fcdbef94394b6126857e40eecbadf700da0b123ced37af5902471ecae8e"
The text was updated successfully, but these errors were encountered: