Skip to content

Commit f17d23d

Browse files
authored
Merge pull request openshift#16159 from mburke5678/BZ-1722240
4.2 Kubernetes Feature Flag doc is confusing and incorrect
2 parents 6a4d982 + 51c3e04 commit f17d23d

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

modules/feature-gate-features.adoc

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,15 @@ The following Technology Preview features included in {product-title}:
2525

2626
|`MachineHealthCheck`
2727
|Enables automatically repairing unhealthy machines in a machine pool.
28-
|False
29-
30-
|`CSIBlockVolume`
31-
|Enables external CSI drivers to implement raw block volume support.
32-
|False
28+
|True
3329

3430
|`LocalStorageCapacityIsolation`
3531
|Enable the consumption of local ephemeral storage and also the `sizeLimit` property of an `emptyDir` volume.
3632
|False
3733

3834
|===
3935

40-
You can enable the `MachineHealthCheck` and `CSIBlockVolume` features by editing the Feature Gate Custom Resource.
36+
You can enable these features by editing the Feature Gate Custom Resource.
4137
Turning on these features cannot be undone and prevents the ability to upgrade your cluster.
4238

4339
The `LocalStorageCapacityIsolation` cannot be enabled.

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

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,19 @@
55
[id="nodes-cluster-enabling-features-cluster_{context}"]
66
= Enabling Technology Preview features using feature gates
77

8-
You can turn on the `MachineHealthCheck` and `CSIBlockVolume` Technology Preview features on for all nodes in the cluster by
8+
You can turn on Technology Preview features on for all nodes in the cluster by
99
editing the Feature Gate Custom Resource, named `cluster`, in the `openshift-config` project.
1010

11-
Turning
11+
The following Technology Preview features are enabled by feature gates:
12+
13+
* `ExperimentalCriticalPodAnnotation`
14+
15+
* `RotateKubeletServerCertificate`
16+
17+
* `SupportPodPidsLimit`
18+
19+
* `MachineHealthCheck`
20+
1221

1322
[IMPORTANT]
1423
====

0 commit comments

Comments
 (0)