Skip to content

Commit 1c3b6f2

Browse files
authored
Merge pull request #51167 from mburke5678/update-tech-prev-featureset-412
Update tech prev featureset 412
2 parents dd63c31 + baeca6b commit 1c3b6f2

File tree

2 files changed

+18
-27
lines changed

2 files changed

+18
-27
lines changed

modules/nodes-cluster-enabling-features-about.adoc

Lines changed: 10 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -14,27 +14,16 @@ You can activate the following feature set by using the `FeatureGate` CR:
1414
+
1515
The following Technology Preview features are enabled by this feature set:
1616
+
17-
** Microsoft Azure File CSI Driver Operator. Enables the provisioning of persistent volumes (PVs) by using the Container Storage Interface (CSI) driver for Microsoft Azure File Storage.
18-
** CSI automatic migration. Enables automatic migration for supported in-tree volume plugins to their equivalent Container Storage Interface (CSI) drivers. Supported for:
19-
*** Amazon Web Services (AWS) Elastic Block Storage (EBS)
20-
*** Google Compute Engine Persistent Disk
21-
*** Azure File
22-
*** VMware vSphere
23-
** Cluster Cloud Controller Manager Operator. Enables the Cluster Cloud Controller Manager Operator rather than the in-tree cloud controller. Available as a Technology Preview for:
24-
*** Alibaba Cloud
25-
*** Amazon Web Services (AWS)
26-
*** Google Cloud Platform (GCP)
27-
*** IBM Cloud
28-
*** Microsoft Azure
29-
*** {rh-openstack-first}
30-
*** VMware vSphere
31-
** Shared resource CSI driver
32-
** CSI volume support for the {product-title} build system
33-
** Swap memory on nodes
34-
** Cluster API. Enables the integrated upstream Cluster API in {product-title} with the `ClusterAPIEnabled` feature gate. Available as a Technology Preview for:
35-
*** Amazon Web Services (AWS)
36-
*** Google Cloud Platform (GCP)
37-
** Managing alerting rules for core platform monitoring
17+
*** Azure File (`CSIMigrationAzureFile`)
18+
*** VMware vSphere (`CSIMigrationvSphere`)
19+
** Shared Resources CSI Driver and Build CSI Volumes in OpenShift Builds. Enables the Container Storage Interface (CSI) (`CSIDriverSharedResource`).
20+
** CSI volumes. Enables CSI volume support for the {product-title} build system (`BuildCSIVolumes`).
21+
** Swap memory on nodes. Enables swap memory use for {product-title} workloads on a per-node basis (`NodeSwap`).
22+
** cgroups v2. Enables cgroup v2, the next version of the Linux cgroup API (`CGroupsV2`).
23+
** crun. Enables the crun container runtime (`Crun`).
24+
** Insights Operator. Enables the Insights Operator, which gathers {product-title} configuration data and sends it to Red Hat (`InsightsConfigAPI`).
25+
* External cloud providers. Enables support for external cloud providers for clusters on vSphere, AWS, Azure, and GCP. Support for OpenStack is GA. (`ExternalCloudProvider`)
26+
* Pod topology spread constraints. Enables the `matchLabelKeys` parameter for pod topology contraints. The parameter is list of pod label keys to select the pods over which spreading will be calculated (`MatchLabelKeysInPodTopologySpread`).
3827
3928
////
4029
Do not document per Derek Carr: https://github.com/openshift/api/pull/370#issuecomment-510632939

nodes/clusters/nodes-cluster-enabling-features.adoc

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,19 @@ As an administrator, you can use feature gates to enable features that are not p
1010

1111
include::modules/nodes-cluster-enabling-features-about.adoc[leveloffset=+1]
1212

13-
.Additional resources
14-
1513
* For more information about the features activated by the `TechPreviewNoUpgrade` feature gate, see the following topics:
14+
** xref:../../storage/container_storage_interface/ephemeral-storage-csi-inline.adoc#ephemeral-storage-csi-inline[CSI inline ephemeral volumes]
1615
** xref:../../storage/container_storage_interface/persistent-storage-csi-migration.adoc#persistent-storage-csi-migration[CSI automatic migration]
17-
** xref:../../operators/operator-reference.adoc#cluster-cloud-controller-manager-operator_cluster-operators-ref[Cluster Cloud Controller Manager Operator]
16+
** xref:../../storage/container_storage_interface/persistent-storage-csi.adoc#persistent-storage-csi[Using Container Storage Interface (CSI)]
1817
** xref:../../cicd/builds/build-strategies.adoc#builds-using-build-volumes_build-strategies-s2i[Source-to-image (S2I) build volumes] and xref:../../cicd/builds/build-strategies.adoc#builds-using-build-volumes_build-strategies-docker[Docker build volumes]
1918
** xref:../../nodes/nodes/nodes-nodes-managing.adoc#nodes-nodes-swap-memory_nodes-nodes-jobs[Swap memory on nodes]
20-
** xref:../../monitoring/managing-alerts.adoc#managing-core-platform-alerting-rules_managing-alerts[Managing alerting rules for core platform monitoring]
21-
22-
include::modules/nodes-cluster-enabling-features-install.adoc[leveloffset=+1]
19+
** xref:../../machine_management/capi-machine-management.adoc#capi-machine-management[Managing machines with the Cluster API]
20+
** xref:../../nodes/clusters/nodes-cluster-cgroups-2.adoc#nodes-cluster-cgroups-2[Enabling Linux control group version 2 (cgroup v2)]
21+
** xref:../../nodes/containers/nodes-containers-using.adoc#nodes-containers-runtimes[About the container engine and container runtime]
22+
** xref:../../support/remote_health_monitoring/using-insights-operator.adoc#using-insights-operator[Using Insights Operator]
23+
** xref:../../nodes/scheduling/nodes-scheduler-pod-topology-spread-constraints.adoc#nodes-scheduler-pod-topology-spread-constraints[Controlling pod placement by using pod topology spread constraints]
2324
2425
include::modules/nodes-cluster-enabling-features-console.adoc[leveloffset=+1]
2526

2627
include::modules/nodes-cluster-enabling-features-cli.adoc[leveloffset=+1]
28+

0 commit comments

Comments
 (0)