Skip to content

Commit

Permalink
Set termination_grace_period_seconds to 10 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
nirarg committed Dec 27, 2020
1 parent 2534f80 commit 17ef268
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/data/kubevirt/masters/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ resource "kubevirt_virtual_machine" "master_vm" {
}
}
spec {
termination_grace_period_seconds = 600
volume {
name = "datavolumedisk1"
volume_source {
Expand Down

0 comments on commit 17ef268

Please sign in to comment.