Skip to content

Commit

Permalink
fix(crd): increasing the grace period for virtual machine shutdown
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Tishkov <[email protected]>
  • Loading branch information
fl64 committed Feb 14, 2024
1 parent 03704aa commit 8d7806e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crds/virtualmachine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ spec:
terminationGracePeriodSeconds:
format: int64
type: integer
default: 60
default: 3600
description: |
Grace period observed after signalling a VM to stop after which the VM is force terminated.
Expand Down

0 comments on commit 8d7806e

Please sign in to comment.