Skip to content

Commit d4f54e5

Browse files
authored
Merge pull request #55047 from skopacz1/techpreview-admonition-update
TechPreview feature set admonition update
2 parents 62e9095 + 7f2c5e9 commit d4f54e5

4 files changed

+27
-16
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ 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+
+
1520
The following Technology Preview features are enabled by this feature set:
1621
+
1722
--

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

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

56
:_content-type: PROCEDURE
67
[id="nodes-cluster-enabling-features-cli_{context}"]
@@ -22,6 +23,12 @@ To enable feature sets:
2223
----
2324
$ oc edit featuregate cluster
2425
----
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+
2532
+
2633
.Sample FeatureGate custom resource
2734
[source,yaml]
@@ -41,11 +48,6 @@ spec:
4148
--
4249
+
4350
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-
====
4951

5052
.Verification
5153

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

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

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

2324
. 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+
2431
+
2532
.Sample Feature Gate custom resource
2633
[source,yaml]
@@ -42,11 +49,7 @@ spec:
4249
--
4350
+
4451
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.
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-
====
52+
5053

5154
.Verification
5255

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ 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+
1824
+
1925
.Sample `install-config.yaml` file with an enabled feature set
2026

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

4147
. Save the file and reference it when using the installation program to deploy the cluster.
4248

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-
4849
.Verification
4950

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

0 commit comments

Comments
 (0)