Skip to content
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

update kiali CRD for apiextensions.k8s.io/v1 workaround #55

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tk3fftk
Copy link

@tk3fftk tk3fftk commented Sep 13, 2021

Thank you for the great hands-on 🙏

I'm using Kubernetes v1.22.1 and apiextensions.k8s.io/v1beta1 API version of CustomResourceDefinition is no longer served as of v1.22 (Deprecated API Migration Guide | Kubernetes)
So I had the error:

~/git/istio-fleetman/_course_files/8 Customization$ k apply -f init-addons.yaml
error: unable to recognize "init-addons.yaml": no matches for kind "CustomResourceDefinition" in version "apiextensions.k8s.io/v1beta1"

This PR adapts Kiali CRD to apiextensions.k8s.io/v1 based on kiali-operator/manifests/kiali-community/1.36.0/manifests/kiali.monitoringdashboards.crd.yaml. But I think it's a workaround.

1.37.0+ version of Kiali, it looks there is an another CRD resource like kiali-operator/manifests/kiali-community/1.37.0/manifests/kiali.crd.yaml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant