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
|
||||
cordon: true
|
||||
drain:
|
||||
timeout: 900s # 15 minutes
|
||||
force: true
|
||||
ignoreDaemonSets: true
|
||||
deleteLocalData: true
|
||||
|
|
|
|||
Reference in a new issue