Skip to content

Commit

Permalink
enable LiveMigration feature gate by default
Browse files Browse the repository at this point in the history
  • Loading branch information
gitlawr authored and guangbochen committed Sep 21, 2020
1 parent 88f7bca commit e75268f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy/charts/harvester/charts/kubevirt/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ spec:

## Specify the default configuration of KubeVirt virtual machine.
##
# configuration:
configuration:

## Specify the directory that contains the EFI roms,
## this argument will be passed to "virt-launcher" as "--ovmf-path",
Expand Down Expand Up @@ -118,13 +118,13 @@ spec:

## Specify the developer configuration of KubeVirt.
##
# developerConfiguration:
developerConfiguration:

## Specify whether an optional feature is enabled or not at the global level,
## select many from [CPUManager, ExperimentalIgnitionSupport, LiveMigration, CPUNodeDiscovery, HypervStrictCheck, Sidecar, GPU, Snapshot, HostDisk], ref to:
## https://github.com/kubevirt/kubevirt/blob/f5ffba5f84365155c81d0e2cda4aa709da062230/pkg/virt-config/feature-gates.go#L26-L36.
##
# featureGates: []
featureGates: ["LiveMigration"]

## Specify the toleration in percent when PVs' available space is smaller than requested,
## this argument will be passed to "virt-launcher" as "--less-pvc-space-toleration",
Expand Down

0 comments on commit e75268f

Please sign in to comment.