Skip to content
Snippets Groups Projects
Verified Commit 79e3fb11 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(system-upgrade): Run kubernetes upgrade only on control-plane

This patch enables the upgrades only on control-plane nodes. Given that
my clusters currently have no worker nodes, this is suffient, in the
future one can consider to add a second plan for worker nodes.
parent 5b2b1a9d
No related branches found
No related tags found
No related merge requests found
......@@ -60,6 +60,8 @@ spec:
operator: In
values:
- "35"
- key: node-role.kubernetes.io/control-plane
operator: Exists
serviceAccountName: system-upgrade
secrets:
- name: kubernetes-upgrade
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment