From 8d7806e7a862defb022c9665cd7ec0488af2575f Mon Sep 17 00:00:00 2001 From: Pavel Tishkov Date: Wed, 14 Feb 2024 15:28:12 +0300 Subject: [PATCH] fix(crd): increasing the grace period for virtual machine shutdown Signed-off-by: Pavel Tishkov --- crds/virtualmachine.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crds/virtualmachine.yaml b/crds/virtualmachine.yaml index 20b4a29ff..abf89acc4 100644 --- a/crds/virtualmachine.yaml +++ b/crds/virtualmachine.yaml @@ -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.