feat(k3s-upgrade): add drain timeout
This commit is contained in:
parent
c748d24be8
commit
aa2ce2a2f9
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ spec:
|
||||||
serviceAccountName: system-upgrade
|
serviceAccountName: system-upgrade
|
||||||
cordon: true
|
cordon: true
|
||||||
drain:
|
drain:
|
||||||
|
timeout: 900s # 15 minutes
|
||||||
force: true
|
force: true
|
||||||
ignoreDaemonSets: true
|
ignoreDaemonSets: true
|
||||||
deleteLocalData: true
|
deleteLocalData: true
|
||||||
|
|
|
||||||
Reference in a new issue