Skip to content

Commit c8e4bb7

Browse files
committed
Updating the TechPreviewNoUpdate list in 4.9
1 parent 0cce370 commit c8e4bb7

File tree

2 files changed

+24
-16
lines changed

2 files changed

+24
-16
lines changed

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

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,22 @@
88

99
You can use the `FeatureGate` custom resource (CR) to enable specific feature sets in your cluster. A feature set is a collection of {product-title} features that are not enabled by default.
1010

11-
For example, the `TechPreviewNoUpgrade` feature set allows you to enable a subset of the current Technology Preview features on test clusters, where you can fully test them, while leaving the features disabled on production clusters.
12-
1311
You can activate any of the following feature sets by using the `FeatureGate` CR:
1412

15-
[options="header"]
16-
|===
17-
| Feature Set| Description
18-
19-
|`TechPreviewNoUpgrade`
20-
a|Enables Technology Preview features that are not part of the default features. Enabling this feature set cannot be undone and prevents upgrades. This feature set is not recommended on production clusters.
21-
22-
The following Technology Preview features are enabled by this feature set:
23-
24-
* link:https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet-tls-bootstrapping/#certificate-rotation[RotateKubeletServerCertificate]. Enables the rotation of the server TLS certificate on the kubelet.
25-
* link:https://kubernetes.io/docs/concepts/policy/pid-limiting/#pod-pid-limits[Pod PID limits (SupportPodPidsLimit)]. Enables limiting process IDs (PIDs) in pods.
26-
* `InsightsOperatorPullingSCA`. Enables importing of RHEL Simple Content Access (SCA) certificates from {console-redhat-com}.
27-
28-
|===
13+
* `TechPreviewNoUpgrade`. This featrue set a subset of the current Technology Preview features on test clusters, where you can fully test them, while leaving the features disabled on production clusters. Enabling this feature set cannot be undone and prevents upgrades. This feature set is not recommended on production clusters. The following Technology Preview features are enabled by this feature set:
14+
15+
** Azure Disk CSI Driver Operator. Enables the provisioning of persistent volumes (PVs) by using the Container Storage Interface (CSI) driver for Microsoft Azure Disk Storage.
16+
** VMware vSphere CSI Driver Operator. Enables the provisioning of persistent volumes (PVs) by using the Container Storage Interface (CSI) VMware vSphere driver for Virtual Machine Disk (VMDK) volumes.
17+
** CSI automatic migration. Enables the automatic migration of supported in-tree volume plug-ins to their equivalent Container Storage Interface (CSI) drivers. Available as a Technology Preview for:
18+
*** Amazon Web Services (AWS) Elastic Block Storage (EBS)
19+
*** OpenStack Cinder
20+
*** Azure Disk
21+
*** Google Cloud Platform Persistent Disk.
22+
** 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:
23+
*** Amazon Web Services (AWS)
24+
*** Microsoft Azure
25+
*** Red Hat OpenStack Platform (RHOSP)
26+
** Insights Operator. Enables the importing of RHEL Simple Content Access (SCA) certificates from {console-redhat-com}.
2927
3028
////
3129
Do not document per Derek Carr: https://github.com/openshift/api/pull/370#issuecomment-510632939

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@ 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+
15+
* For more information on the features activated by the `TechPreviewNoUpdate` feature gate, see the following topics:
16+
17+
** xref:../../storage/container_storage_interface/persistent-storage-csi-azure.adoc#persistent-storage-csi-azure-disk[Azure Disk CSI Driver Operator]
18+
** xref:../../storage/container_storage_interface/persistent-storage-csi-vsphere.adoc#persistent-storage-vsphere[VMware vSphere CSI Driver Operator]
19+
** xref:../../storage/container_storage_interface/persistent-storage-csi-migration.adoc#persistent-storage-csi-migration[CSI automatic migration]
20+
** xref:../../operators/operator-reference.html#cluster-cloud-controller-manager-operator_platform-operators-ref[Cluster Cloud Controller Manager Operator]
21+
** xref:../../support/remote_health_monitoring/insights-operator-simple-access.adoc#insights-operator-simple-access[Importing simple content access certificates with Insights Operator ]
22+
1323
include::modules/nodes-cluster-enabling-features-console.adoc[leveloffset=+1]
1424

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

0 commit comments

Comments
 (0)