Upgrade failed #5777
bpopovich44
started this conversation in
General
Upgrade failed
#5777
Replies: 1 comment 3 replies
-
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I received this error while trying to install certs to rancher UI using command:
helm upgrade rancher rancher-stable/rancher --namespace cattle-system --set hostname=rancher.xxx.com --set replicas=3 --set ingress.tls.source=secret --set privateCA=true
UPGRADE FAILED: chart requires kubeVersion: < 1.27.0-0 which is incompatible with Kubernetes v1.27.10+rke2r1
I am currently on rke2 version 1.27.10+rke2r1. Can this be fixed with updating helm or do I need to downgrade kube version?
To downgrade, would I run the install script but use a version?
Can you give me the commands for the master and worker nodes to downgrade, I don't see them posted.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions