You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/nodes-cluster-enabling-features-about.adoc
+28-7Lines changed: 28 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -25,12 +25,10 @@ The following Technology Preview features are enabled by this feature set:
25
25
** Swap memory on nodes. Enables swap memory use for {product-title} workloads on a per-node basis. (`NodeSwap`)
26
26
** OpenStack Machine API Provider. This gate has no effect and is planned to be removed from this feature set in a future release. (`MachineAPIProviderOpenStack`)
27
27
** Insights Operator. Enables the `InsightsDataGather` CRD, which allows users to configure some Insights data gathering options. The feature set also enables the `DataGather` CRD, which allows users to run Insights data gathering on-demand. (`InsightsConfigAPI`)
28
-
** Retroactive Default Storage Class. Enables {product-title} to retroactively assign the default storage class to PVCs if there was no default storage class when the PVC was created.(`RetroactiveDefaultStorageClass`)
29
28
** Dynamic Resource Allocation API. Enables a new API for requesting and sharing resources between pods and containers. This is an internal feature that most users do not need to interact with. (`DynamicResourceAllocation`)
30
29
** Pod security admission enforcement. Enables the restricted enforcement mode for pod security admission. Instead of only logging a warning, pods are rejected if they violate pod security standards. (`OpenShiftPodSecurityAdmission`)
31
30
** StatefulSet pod availability upgrading limits. Enables users to define the maximum number of statefulset pods unavailable during updates which reduces application downtime. (`MaxUnavailableStatefulSet`)
32
31
** Admin Network Policy and Baseline Admin Network Policy. Enables `AdminNetworkPolicy` and `BaselineAdminNetworkPolicy` resources, which are part of the Network Policy V2 API, in clusters running the OVN-Kubernetes CNI plugin. Cluster administrators can apply cluster-scoped policies and safeguards for an entire cluster before namespaces are created. Network administrators can secure clusters by enforcing network traffic controls that cannot be overridden by users. Network administrators can enforce optional baseline network traffic controls that can be overridden by users in the cluster, if necessary. Currently, these APIs support only expressing policies for intra-cluster traffic. (`AdminNetworkPolicy`)
33
-
**`MatchConditions` is a list of conditions that must be met for a request to be sent to this webhook. Match conditions filter requests that have already been matched by the rules, namespaceSelector, and objectSelector. An empty list of `matchConditions` matches all requests. (`admissionWebhookMatchConditions`)
34
32
**`gcpLabelsTags`
35
33
**`vSphereStaticIPs`
36
34
**`routeExternalCertificate`
@@ -45,9 +43,11 @@ The following Technology Preview features are enabled by this feature set:
45
43
**`managedBootImages`
46
44
**`onClusterBuild`
47
45
**`signatureStores`
46
+
**`SigstoreImageVerification`
48
47
**`DisableKubeletCloudCredentialProviders`
49
48
**`BareMetalLoadBalancer`
50
49
**`ClusterAPIInstallAWS`
50
+
**`ClusterAPIInstallAzure`
51
51
**`ClusterAPIInstallNutanix`
52
52
**`ClusterAPIInstallOpenStack`
53
53
**`ClusterAPIInstallVSphere`
@@ -60,9 +60,6 @@ The following Technology Preview features are enabled by this feature set:
60
60
**`ClusterAPIInstallGCP`
61
61
**`ClusterAPIInstallPowerVS`
62
62
**`EtcdBackendQuota`
63
-
**`Example`
64
-
**`ExternalRouteCertificate`
65
-
**`ImagePolicy`
66
63
**`InsightsConfig`
67
64
**`InsightsOnDemandDataGather`
68
65
**`MetricsCollectionProfiles`
@@ -71,12 +68,36 @@ The following Technology Preview features are enabled by this feature set:
0 commit comments