https://rancher.com/ logo
Title
r

rhythmic-guitar-48301

05/24/2023, 1:54 PM
Hi all. Having trouble with a fleet deployment of cert manager. I keep getting an error:
Chart requires kubeVersion: >= 1.21.0-0 which is incompatible with Kubernetes v1.20.0
However I my cluster is using v1.25.5+k3s1. I saw an issue on fleet that said to fix this upgrade to a more recent version of fleet. I tried updating with helm to 0.7.0-rc3 but I am seeing
rancher/fleet:v0.6.0
and
rancher/fleet-agent:v0.6.0
when I look at my pods.
➜  ~ helm -n cattle-fleet-system install --create-namespace --wait \
    fleet <https://github.com/rancher/fleet/releases/download/v0.7.0-rc.3/fleet-0.7.0-rc.3.tgz>
WARNING: Kubernetes configuration file is group-readable. This is insecure. Location: /home/patrick/.kube/config
WARNING: Kubernetes configuration file is world-readable. This is insecure. Location: /home/patrick/.kube/config
NAME: fleet
LAST DEPLOYED: Tue May 23 23:05:55 2023
NAMESPACE: cattle-fleet-system
STATUS: deployed
REVISION: 1
TEST SUITE: None
Not sure why this isn't updated.