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

k3s 1.30.6 with Fleet : (cert manager) chart requires kubeVersion: >= 1.22.0-0 #3105

Open
1 task done
mogoman opened this issue Nov 28, 2024 · 0 comments
Open
1 task done
Labels

Comments

@mogoman
Copy link

mogoman commented Nov 28, 2024

Is there an existing issue for this?

  • I have searched the existing issues

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 message

Expected Behavior

Fleet is able to install a chart required >= 1.22.0-0 on a 1.30.x cluster

Steps To Reproduce

  1. Create a blank 1.30.6 k3s cluster
  2. Attach the cluster to Rancher 2.10 using generic cluster import
  3. Ensure cert-manager (v1.16.2) is installed via Fleet

Environment

- Architecture: arm64
- Fleet Version: v0.11.1
- Cluster:
  - Provider: Hetzner Cloud
  - Options: None
  - Kubernetes Version: 1.30.6

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"
      },
 "serverVersion": {
    "major": "1",
    "minor": "30",
    "gitVersion": "v1.30.6+k3s1",
    "gitCommit": "1829eaae5250b78e24816a9088b0244c0332b369",
    "gitTreeState": "clean",
    "buildDate": "2024-10-26T02:40:58Z",
    "goVersion": "go1.22.8",
    "compiler": "gc",
    "platform": "linux/amd64"
  }


### Anything else?

_No response_
@rancherbot rancherbot added this to Fleet Nov 28, 2024
@github-project-automation github-project-automation bot moved this to 🆕 New in Fleet Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 🆕 New
Development

No branches or pull requests

1 participant