Skip to content

Commit

Permalink
Add terminationGracePeriodSeconds to vm samples
Browse files Browse the repository at this point in the history
Signed-off-by: David Vossel <[email protected]>
  • Loading branch information
davidvossel committed Dec 8, 2017
1 parent d58c0e5 commit eaea33f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions cluster/vm-atomic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ metadata:
apiVersion: kubevirt.io/v1alpha1
kind: VirtualMachine
spec:
terminationGracePeriodSeconds: 0
domain:
devices:
disks:
Expand Down
1 change: 1 addition & 0 deletions cluster/vm-ephemeral.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ metadata:
apiVersion: kubevirt.io/v1alpha1
kind: VirtualMachine
spec:
terminationGracePeriodSeconds: 0
domain:
devices:
graphics:
Expand Down
1 change: 1 addition & 0 deletions cluster/vm-iscsi-auth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ kind: VirtualMachine
metadata:
name: testvm
spec:
terminationGracePeriodSeconds: 0
domain:
devices:
graphics:
Expand Down

0 comments on commit eaea33f

Please sign in to comment.