You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm in the process of upgrading our clusters via Rancher from 1.28.x to 1.30.x. I rebuilt one of our test clusters and now Fleet is failing to install cert-manager with the dreaded chart requires kubeVersion: >= 1.22.0-0 which is incompatible with Kubernetes v1.20.0 message
Expected Behavior
Fleet is able to install a chart required >= 1.22.0-0 on a 1.30.x cluster
Steps To Reproduce
Create a blank 1.30.6 k3s cluster
Attach the cluster to Rancher 2.10 using generic cluster import
Ensure cert-manager (v1.16.2) is installed via Fleet
Is there an existing issue for this?
Current Behavior
I'm in the process of upgrading our clusters via Rancher from 1.28.x to 1.30.x. I rebuilt one of our test clusters and now Fleet is failing to install cert-manager with the dreaded
chart requires kubeVersion: >= 1.22.0-0 which is incompatible with Kubernetes v1.20.0
messageExpected Behavior
Fleet is able to install a chart required >= 1.22.0-0 on a 1.30.x cluster
Steps To Reproduce
Environment
Logs
"nonReadyResources": [ { "bundleState": "NotReady", "message": "not installed: chart requires kubeVersion: >= 1.22.0-0 which is incompatible with Kubernetes v1.20.0", "name": "test-infra-gitrepo-infra-cert-manager" },
The text was updated successfully, but these errors were encountered: