Skip to content

Commit

Permalink
KubeVirt default FG: Remove graduated network FGs (#3327)
Browse files Browse the repository at this point in the history
* KubeVirt default FG: Remove NetworkBindingPlugins

The network binding plugins feature was declared GA in
KubeVirt v1.5 [1].
There is no longer a need to set this FG.

[1] kubevirt/kubevirt#13314

Signed-off-by: Orel Misan <[email protected]>

* KubeVirt default FG: Remove DynamicPodInterfaceNaming

The dynamic pod interface naming feature was declared GA in
KubeVirt v1.5 [1].
There is no longer a need to set this FG.

[1] kubevirt/kubevirt#13243

Signed-off-by: Orel Misan <[email protected]>

---------

Signed-off-by: Orel Misan <[email protected]>
  • Loading branch information
orelmisan authored Mar 9, 2025
1 parent bc78491 commit 868607b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions controllers/hyperconverged/hyperconverged_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,7 @@ var _ = Describe("HyperconvergedController", func() {
"DisableCustomSELinuxPolicy",
"KubevirtSeccompProfile",
"VMPersistentState",
"NetworkBindingPlugins",
"VMLiveUpdateFeatures",
"DynamicPodInterfaceNaming",
"VolumesUpdateStrategy",
"VolumeMigration",
}
Expand Down
8 changes: 0 additions & 8 deletions controllers/operands/kubevirt.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,15 +102,9 @@ const (
// Enable VM state persistence
kvVMPersistentState = "VMPersistentState"

// Enable using a plugin to bind the pod and the VM network
kvHNetworkBindingPluginsGate = "NetworkBindingPlugins"

// Enable VM live update, to allow live propagation of VM changes to their VMI
kvVMLiveUpdateFeatures = "VMLiveUpdateFeatures"

// kvDynamicPodInterfaceNaming enables a mechanism to dynamically determine the primary pod interface for KubeVirt virtual machines.
kvDynamicPodInterfaceNamingGate = "DynamicPodInterfaceNaming"

// enables to specify the strategy on the volume updates.
kvVolumesUpdateStrategyGate = "VolumesUpdateStrategy"

Expand All @@ -135,9 +129,7 @@ var (
kvDisableCustomSELinuxPolicyGate,
kvKubevirtSeccompProfile,
kvVMPersistentState,
kvHNetworkBindingPluginsGate,
kvVMLiveUpdateFeatures,
kvDynamicPodInterfaceNamingGate,
kvVolumesUpdateStrategyGate,
kvVolumeMigrationGate,
}
Expand Down

0 comments on commit 868607b

Please sign in to comment.