Skip to content

Commit 15c2a62

Browse files
authored
Revert "TechPreview feature set admonition update"
1 parent d4f54e5 commit 15c2a62

4 files changed

+16
-27
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ You can activate the following feature set by using the `FeatureGate` CR:
1212

1313
* `TechPreviewNoUpgrade`. This feature set is a subset of the current Technology Preview features. This feature set allows you to enable these tech 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 minor version updates. This feature set is not recommended on production clusters.
1414
+
15-
[WARNING]
16-
====
17-
Enabling the `TechPreviewNoUpgrade` feature set on your cluster cannot be undone and prevents minor version updates. Do not enable this feature set on production clusters.
18-
====
19-
+
2015
The following Technology Preview features are enabled by this feature set:
2116
+
2217
--

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

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Module included in the following assemblies:
22
//
3-
// * nodes/clusters/nodes-cluster-enabling-features.adoc
4-
// * post_installation_configuration/cluster-tasks.adoc
3+
// * nodes/cluster/nodes-cluster-enabling-features.adoc
54

65
:_content-type: PROCEDURE
76
[id="nodes-cluster-enabling-features-cli_{context}"]
@@ -23,12 +22,6 @@ To enable feature sets:
2322
----
2423
$ oc edit featuregate cluster
2524
----
26-
+
27-
[WARNING]
28-
====
29-
Enabling the `TechPreviewNoUpgrade` feature set on your cluster cannot be undone and prevents minor version updates. Do not enable this feature set on production clusters.
30-
====
31-
3225
+
3326
.Sample FeatureGate custom resource
3427
[source,yaml]
@@ -48,6 +41,11 @@ spec:
4841
--
4942
+
5043
After you save the changes, new machine configs are created, the machine config pools are updated, and scheduling on each node is disabled while the change is being applied.
44+
+
45+
[NOTE]
46+
====
47+
Enabling the `TechPreviewNoUpgrade` feature set cannot be undone and prevents minor version updates. These feature sets are not recommended on production clusters.
48+
====
5149

5250
.Verification
5351

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

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Module included in the following assemblies:
22
//
33
// * nodes/clusters/nodes-cluster-enabling-features.adoc
4-
// * post_installation_configuration/cluster-tasks.adoc
54

65
:_content-type: PROCEDURE
76
[id="nodes-cluster-enabling-features-console_{context}"]
@@ -22,12 +21,6 @@ To enable feature sets:
2221
. Click the *cluster* feature gate, then click the *YAML* tab.
2322

2423
. Edit the *cluster* instance to add specific feature sets:
25-
+
26-
[WARNING]
27-
====
28-
Enabling the `TechPreviewNoUpgrade` feature set on your cluster cannot be undone and prevents minor version updates. Do not enable this feature set on production clusters.
29-
====
30-
3124
+
3225
.Sample Feature Gate custom resource
3326
[source,yaml]
@@ -49,7 +42,11 @@ spec:
4942
--
5043
+
5144
After you save the changes, new machine configs are created, the machine config pools are updated, and scheduling on each node is disabled while the change is being applied.
52-
45+
+
46+
[NOTE]
47+
====
48+
Enabling the `TechPreviewNoUpgrade` feature set cannot be undone and prevents minor version updates. These feature sets are not recommended on production clusters.
49+
====
5350

5451
.Verification
5552

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

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@ You can enable feature sets for all nodes in the cluster by editing the `install
1515
.Procedure
1616

1717
. Use the `featureSet` parameter to specify the name of the feature set you want to enable, such as `TechPreviewNoUpgrade`:
18-
+
19-
[WARNING]
20-
====
21-
Enabling the `TechPreviewNoUpgrade` feature set on your cluster cannot be undone and prevents minor version updates. Do not enable this feature set on production clusters.
22-
====
23-
2418
+
2519
.Sample `install-config.yaml` file with an enabled feature set
2620

@@ -46,6 +40,11 @@ featureSet: TechPreviewNoUpgrade
4640

4741
. Save the file and reference it when using the installation program to deploy the cluster.
4842

43+
[NOTE]
44+
====
45+
Enabling the `TechPreviewNoUpgrade` feature set cannot be undone and prevents minor version updates. These feature sets are not recommended on production clusters.
46+
====
47+
4948
.Verification
5049

5150
include::snippets/nodes-cluster-enabling-features-verification.adoc[]

0 commit comments

Comments
 (0)