Skip to content

Commit

Permalink
Remove the graduated NUMA KubeVirt feature gate (#3096)
Browse files Browse the repository at this point in the history
This was recently graduated to GA and thus the FG is no longer required
to be set in order for users to request vNUMA:

kubevirt/kubevirt#12232

Signed-off-by: Lee Yarwood <lyarwood@redhat.com>
  • Loading branch information
lyarwood authored Oct 21, 2024
1 parent ee00ce3 commit bacb61a
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 @@ -203,7 +203,6 @@ var _ = Describe("HyperconvergedController", func() {
"WithHostModelCPU",
"HypervStrictCheck",
"ExpandDisks",
"NUMA",
"WithHostPassthroughCPU",
"VMExport",
"DisableCustomSELinuxPolicy",
Expand Down
4 changes: 0 additions & 4 deletions controllers/operands/kubevirt.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,6 @@ const (
// Expand disks to the largest size
kvExpandDisksGate = "ExpandDisks"

// Allow automatic numa mapping on VMs with dedicated CPUs, if requested
kvNUMA = "NUMA"

// Export VMs to outside of the cluster
kvVMExportGate = "VMExport"

Expand Down Expand Up @@ -130,7 +127,6 @@ var (
kvExpandDisksGate,
kvGPUGate,
kvHostDevicesGate,
kvNUMA,
kvVMExportGate,
kvDisableCustomSELinuxPolicyGate,
kvKubevirtSeccompProfile,
Expand Down

0 comments on commit bacb61a

Please sign in to comment.