revert: "fix(k3s-upgrade): drain.timeout must be integer"
This reverts commit fd1a8adb28.
This commit is contained in:
parent
fd1a8adb28
commit
5e7e3783e1
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ spec:
|
|||
jobActiveDeadlineSecs: 3600
|
||||
cordon: true
|
||||
drain:
|
||||
timeout: 900 # 15 minutes
|
||||
timeout: 900s # 15 minutes
|
||||
force: true
|
||||
ignoreDaemonSets: true
|
||||
deleteLocalData: true
|
||||
|
|
|
|||
Reference in a new issue