mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-28 21:12:35 +02:00
⬆ k3s v1.24.4+k3s1️
This commit is contained in:
@@ -13,7 +13,7 @@ spec:
|
||||
concurrency: 1
|
||||
nodeSelector:
|
||||
matchExpressions:
|
||||
- {key: node-role.kubernetes.io/control-plane, operator: DoesNotExist}
|
||||
- { key: node-role.kubernetes.io/control-plane, operator: DoesNotExist }
|
||||
prepare:
|
||||
image: rancher/k3s-upgrade
|
||||
args: ["prepare", "k3s-server"]
|
||||
|
@@ -14,6 +14,9 @@ spec:
|
||||
cordon: true
|
||||
nodeSelector:
|
||||
matchExpressions:
|
||||
- {key: node-role.kubernetes.io/control-plane, operator: Exists}
|
||||
- { key: node-role.kubernetes.io/control-plane, operator: Exists }
|
||||
tolerations:
|
||||
- key: node-role.kubernetes.io/control-plane
|
||||
effect: NoSchedule
|
||||
upgrade:
|
||||
image: rancher/k3s-upgrade
|
||||
|
Reference in New Issue
Block a user