Skip to content

Commit

Permalink
kubevirt: Remove the now GA'd CommonInstancetypesDeploymentGate (#3146)
Browse files Browse the repository at this point in the history
Signed-off-by: Lee Yarwood <[email protected]>
  • Loading branch information
lyarwood authored Nov 21, 2024
1 parent b1eb67f commit 1ae3a22
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ var _ = Describe("HyperconvergedController", func() {
"KubevirtSeccompProfile",
"VMPersistentState",
"NetworkBindingPlugins",
"CommonInstancetypesDeploymentGate",
"VMLiveUpdateFeatures",
}
// Get the KV
Expand Down
4 changes: 0 additions & 4 deletions controllers/operands/kubevirt.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,6 @@ const (
// Enable using a plugin to bind the pod and the VM network
kvHNetworkBindingPluginsGate = "NetworkBindingPlugins"

// Deploy common-instancetypes using virt-operator
kvDeployCommonInstancetypes = "CommonInstancetypesDeploymentGate"

// Enable VM live update, to allow live propagation of VM changes to their VMI
kvVMLiveUpdateFeatures = "VMLiveUpdateFeatures"
)
Expand All @@ -129,7 +126,6 @@ var (
kvKubevirtSeccompProfile,
kvVMPersistentState,
kvHNetworkBindingPluginsGate,
kvDeployCommonInstancetypes,
kvVMLiveUpdateFeatures,
}

Expand Down

0 comments on commit 1ae3a22

Please sign in to comment.