|
8 | 8 |
|
9 | 9 | 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.
|
10 | 10 |
|
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 |
| - |
13 | 11 | You can activate any of the following feature sets by using the `FeatureGate` CR:
|
14 | 12 |
|
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}. |
29 | 27 |
|
30 | 28 | ////
|
31 | 29 | Do not document per Derek Carr: https://github.com/openshift/api/pull/370#issuecomment-510632939
|
|
0 commit comments