Skip to content

Commit ba34ffd

Browse files
authored
fix(crd): increasing the grace period for virtual machine shutdown (#12)
## Description Set the termination grace period for virtual machine to 1 hour ## Why do we need it, and what problem does it solve? The normal shutdown of a VM can take a long time. 1 hour is chosen as a compromise default setting. ## What is the expected result? ## Checklist - [ ] The code is covered by unit tests. - [ ] e2e tests passed. - [ ] Documentation updated according to the changes. - [ ] Changes were tested in the Kubernetes cluster manually. Signed-off-by: Pavel Tishkov <[email protected]>
1 parent eeea94a commit ba34ffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crds/virtualmachine.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@ spec:
722722
terminationGracePeriodSeconds:
723723
format: int64
724724
type: integer
725-
default: 60
725+
default: 3600
726726
description: |
727727
Grace period observed after signalling a VM to stop after which the VM is force terminated.
728728

0 commit comments

Comments
 (0)