-
CSI automatic migration. Enables automatic migration for supported in-tree volume plugins to their equivalent Container Storage Interface (CSI) drivers. Supported for:
-
Azure File (
CSIMigrationAzureFile
) -
VMware vSphere (
CSIMigrationvSphere
)
-
-
Shared Resources CSI Driver and Build CSI Volumes in OpenShift Builds. Enables the Container Storage Interface (CSI). (
CSIDriverSharedResource
) -
CSI volumes. Enables CSI volume support for the OpenShift Container Platform build system. (
BuildCSIVolumes
) -
Swap memory on nodes. Enables swap memory use for OpenShift Container Platform workloads on a per-node basis. (
NodeSwap
) -
cgroups v2. Enables cgroup v2, the next version of the Linux cgroup API. (
CGroupsV2
) -
crun. Enables the crun container runtime. (
Crun
) -
Insights Operator. Enables the Insights Operator, which gathers OpenShift Container Platform configuration data and sends it to Red Hat. (
InsightsConfigAPI
) -
External cloud providers. Enables support for external cloud providers for clusters on vSphere, AWS, Azure, and GCP. Support for OpenStack is GA. (
ExternalCloudProvider
) -
Pod topology spread constraints. Enables the
matchLabelKeys
parameter for pod topology constraints. The parameter is list of pod label keys to select the pods over which spreading will be calculated. (MatchLabelKeysInPodTopologySpread
) -
Pod security admission enforcement. Enables restricted enforcement for pod security admission. Instead of only logging a warning, pods are rejected if they violate pod security standards. (
OpenShiftPodSecurityAdmission
)Pod security admission restricted enforcement is only activated if you enable the
TechPreviewNoUpgrade
feature set after your OpenShift Container Platform cluster is installed. It is not activated if you enable theTechPreviewNoUpgrade
feature set during cluster installation.