K3S Upgrade #9764
Unanswered
kevinebanks
asked this question in
Q&A
K3S Upgrade
#9764
Replies: 2 comments 2 replies
-
There have been some recent tweaks to the SUC deployment manifest that we're still straightening out. In the mean time, you can install the CRDs yourself: |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for you response i am now getting ImagePullBackOff on some pod for the upgrade |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All,
i am trying to upgrade from v1.28.7+k3s1 to v1.29.3-k3s1 i have system-upgrade ns and upgrade.yaml below but when i kubectl apply - upgrade.yaml i receive the following error please can someone help.
Server plan
apiVersion: upgrade.cattle.io/v1
kind: Plan
metadata:
name: server-plan
namespace: system-upgrade
spec:
concurrency: 1
cordon: true
nodeSelector:
matchExpressions:
- key: node-role.kubernetes.io/control-plane
operator: In
values:
- "true"
serviceAccountName: system-upgrade
upgrade:
image: rancher/k3s-upgrade
version: v1.29.3-k3s1
Agent plan
apiVersion: upgrade.cattle.io/v1
kind: Plan
metadata:
name: agent-plan
namespace: system-upgrade
spec:
concurrency: 1
cordon: true
nodeSelector:
matchExpressions:
- key: node-role.kubernetes.io/control-plane
operator: DoesNotExist
prepare:
args:
- prepare
- server-plan
image: rancher/k3s-upgrade
serviceAccountName: system-upgrade
upgrade:
image: rancher/k3s-upgrade
version: v1.29.3-k3s1
Beta Was this translation helpful? Give feedback.
All reactions