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

fix(system-upgrades): Drop drain for kubernetes upgrade on talos

This patch removes the drain section from the talos kubvernetes upgrade,
since it's not needed. The upgrade command will take care of everythin:
Drop drain for kubernetes upgrade on talos

This patch removes the drain section from the talos kubvernetes upgrade,
since it's not needed. The upgrade command will take care of everything
and run across multiple nodes, so draining a single node, doesn't help
at all.
parent 551e3715
No related branches found
No related tags found
No related merge requests found
...@@ -15,10 +15,6 @@ spec: ...@@ -15,10 +15,6 @@ spec:
ignoreUpdates: true ignoreUpdates: true
concurrency: 1 concurrency: 1
exclusive: true exclusive: true
drain:
deleteLocalData: true
ignoreDaemonSets: true
force: false
nodeSelector: nodeSelector:
matchExpressions: matchExpressions:
- key: node-role.kubernetes.io/control-plane - key: node-role.kubernetes.io/control-plane
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment