1
0
Fork 0

revert: "fix(k3s-upgrade): drain.timeout must be integer"

This reverts commit fd1a8adb28.
This commit is contained in:
Vojtěch Mareš 2023-11-17 10:20:11 +01:00
parent fd1a8adb28
commit 5e7e3783e1
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D

View file

@ -19,7 +19,7 @@ spec:
jobActiveDeadlineSecs: 3600
cordon: true
drain:
timeout: 900 # 15 minutes
timeout: 900s # 15 minutes
force: true
ignoreDaemonSets: true
deleteLocalData: true