Skip to content

Commit

Permalink
Revert "[release-1.7] Enable PSA FG on Kubevirt (kubevirt#2104)"
Browse files Browse the repository at this point in the history
This reverts commit 4492325.

Signed-off-by: Simone Tiraboschi <stirabos@redhat.com>
  • Loading branch information
tiraboschi committed Nov 7, 2022
1 parent 4492325 commit 06d90ca
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() {
"ExpandDisks",
"NUMA",
"WithHostPassthroughCPU",
"PSA",
}
// Get the KV
kvList := &kubevirtcorev1.KubeVirtList{}
Expand Down
4 changes: 0 additions & 4 deletions controllers/operands/kubevirt.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,6 @@ const (

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

// enable Pod Security Admission handling
kvPSA = "PSA"
)

var (
Expand All @@ -110,7 +107,6 @@ var (
kvDownwardMetricsGate,
kvNUMA,
kvLiveMigrationGate,
kvPSA,
}

// holds a list of mandatory KubeVirt feature gates. Some of them are the hard coded feature gates and some of
Expand Down

0 comments on commit 06d90ca

Please sign in to comment.