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

fix(system-upgrades): Always drain nodes before performing upgrades

parent 2b53be13
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,10 @@ spec:
ignoreUpdates: true
concurrency: 1
exclusive: true
drain:
deleteLocalData: true
ignoreDaemonSets: true
force: false
nodeSelector:
matchExpressions:
- key: node-role.kubernetes.io/control-plane
......
......@@ -13,6 +13,10 @@ spec:
ignoreUpdates: true
concurrency: 1
exclusive: true
drain:
deleteLocalData: true
ignoreDaemonSets: true
force: false
nodeSelector:
matchExpressions:
- key: feature.node.kubernetes.io/system-os_release.ID
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment