Skip to content

Commit

Permalink
Explain why Windows grace period is so long (#295)
Browse files Browse the repository at this point in the history
commit 7127e2f has set terminationGracePeriodSeconds for Windows
template on 3600 seconds, or one whole hour. I find it way too long, so
document the reason behind it.

Signed-off-by: Dan Kenigsberg <[email protected]>
  • Loading branch information
dankenigsberg authored Dec 22, 2020
1 parent 063c299 commit f26e5ba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,9 @@ status:
```
## terminationGracePeriodSeconds
All linux templates have terminationGracePeriodSeconds set to 180 seconds, in windows templates it is set to 3600 seconds.
All Linux templates have terminationGracePeriodSeconds set to 180 seconds.
In Windows templates it is set to 3600 seconds (1 hour) to reduce the
probability of an ungraceful shutting down of a Windows VM during update.
## Future enhancements
Expand Down

0 comments on commit f26e5ba

Please sign in to comment.