Closed sentimenti-it closed 2 years ago
same here, want to test it on 1.22
this should have been fixed but some pipeline didn't trigger to update tekton pipeline to version 0.29.0
Kubernetes 1.22 was not supported untill recently. Try again and open a new issue if there are still problems?
I am running a newly installed, on-prem kubernetes 1.22.10, and can confirm this is still happening on the latest install of jx3.
I'll open an issue as @babadofar is requesting.
When I'm trying to install operator from instruction (https://jenkins-x.io/v3/admin/setup/operator/), jx-boot-* pod cannot start and I got following error:
I think the reason is that CustomResourceDefinition in version "apiextensions.k8s.io/v1beta1" was removed in kubernetes 1.22 (source). But still there is the stable version - "apiextensions.k8s.io/v1".
We are using microk8s in v1.22.4 version (changelog) which is based on kubernetes 1.22
Do you know any workaround for this issue? Is there any way to install operator on kubernetes 1.22+?