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:
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Use a specific version of k3s
|
# Use a specific version of k3s
|
||||||
# renovate: datasource=github-releases depName=k3s-io/k3s
|
# renovate: datasource=github-releases depName=k3s-io/k3s
|
||||||
k3s_release_version: "v1.24.2+k3s2"
|
k3s_release_version: "v1.24.4+k3s2"
|
||||||
|
|
||||||
# -- Install using hard links rather than symbolic links.
|
# -- Install using hard links rather than symbolic links.
|
||||||
# ...if you are using the system-upgrade-controller you will need to
|
# ...if you are using the system-upgrade-controller you will need to
|
||||||
|
@@ -69,3 +69,5 @@ k3s_server:
|
|||||||
# Stop k3s control plane having workloads scheduled on them
|
# Stop k3s control plane having workloads scheduled on them
|
||||||
node-taint:
|
node-taint:
|
||||||
- "node-role.kubernetes.io/control-plane:NoSchedule"
|
- "node-role.kubernetes.io/control-plane:NoSchedule"
|
||||||
|
node-label:
|
||||||
|
- "upgrade.cattle.io/plan=k3s-server"
|
||||||
|
@@ -15,5 +15,6 @@ k3s_agent:
|
|||||||
# https://github.com/k3s-io/k3s/issues/1264
|
# https://github.com/k3s-io/k3s/issues/1264
|
||||||
- "node-status-update-frequency=4s"
|
- "node-status-update-frequency=4s"
|
||||||
- "max-pods=150"
|
- "max-pods=150"
|
||||||
# node-label:
|
node-label:
|
||||||
# - node-role.kubernetes.io/worker=true
|
- "upgrade.cattle.io/plan=k3s-agent"
|
||||||
|
- "node-role.kubernetes.io/worker=true"
|
||||||
|
@@ -15,5 +15,8 @@ spec:
|
|||||||
nodeSelector:
|
nodeSelector:
|
||||||
matchExpressions:
|
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:
|
upgrade:
|
||||||
image: rancher/k3s-upgrade
|
image: rancher/k3s-upgrade
|
||||||
|
Reference in New Issue
Block a user