Skip to content

Commit 7cc5e68

Browse files
committed
BZ-2070861: Clarifying TechPreviewNoUpgrade feature
1 parent 50ad5d6 commit 7cc5e68

5 files changed

+14
-16
lines changed

modules/builds-running-entitled-builds-with-sharedsecret-objects.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The Shared Resources CSI Driver and The Build CSI Volumes are both Technology Pr
1818
For more information about the support scope of Red Hat Technology Preview
1919
features, see https://access.redhat.com/support/offerings/techpreview/.
2020
21-
The Shared Resources CSI Driver and the Build CSI Volumes features also belong to the `TechPreviewNoUpgrade` feature set, which is a subset of the current Technology Preview features. You can enable the `TechPreviewNoUpgrade` feature set 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 updates. This feature set is not recommended on production clusters. See "Enabling Technology Preview features using feature gates" in the following "Additional resources" section.
21+
The Shared Resources CSI Driver and the Build CSI Volumes features also belong to the `TechPreviewNoUpgrade` feature set, which is a subset of the current Technology Preview features. You can enable the `TechPreviewNoUpgrade` feature set 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. See "Enabling Technology Preview features using feature gates" in the following "Additional resources" section.
2222
====
2323

2424
.Prerequisites

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ You can use the `FeatureGate` custom resource (CR) to enable specific feature se
1010

1111
You can activate the following feature set by using the `FeatureGate` CR:
1212

13-
* `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 updates. This feature set is not recommended on production clusters.
13+
* `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
+
1515
The following Technology Preview features are enabled by this feature set:
1616
+

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ After you save the changes, new machine configs are created, the machine config
4444
+
4545
[NOTE]
4646
====
47-
Enabling the `TechPreviewNoUpgrade` feature set cannot be undone and prevents upgrades. These feature sets are not recommended on production clusters.
47+
Enabling the `TechPreviewNoUpgrade` feature set cannot be undone and prevents minor version updates. These feature sets are not recommended on production clusters.
4848
====
4949

5050
.Verification
5151

52-
You can verify that the feature gates are enabled by looking at the `kubelet.conf` file on a node after the nodes return to the ready state.
52+
You can verify that the feature gates are enabled by looking at the `kubelet.conf` file on a node after the nodes return to the ready state.
5353

5454
. Start a debug session for a node:
5555
+
@@ -69,7 +69,7 @@ sh-4.2# chroot /host
6969
+
7070
[source,terminal]
7171
----
72-
sh-4.2# cat /etc/kubernetes/kubelet.conf
72+
sh-4.2# cat /etc/kubernetes/kubelet.conf
7373
----
7474
+
7575
.Sample output
@@ -88,5 +88,4 @@ The features that are listed as `true` are enabled on your cluster.
8888
[NOTE]
8989
====
9090
The features listed vary depending upon the {product-title} version.
91-
====
92-
91+
====

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ After you save the changes, new machine configs are created, the machine config
4545
+
4646
[NOTE]
4747
====
48-
Enabling the `TechPreviewNoUpgrade` feature set cannot be undone and prevents upgrades. These feature sets are not recommended on production clusters.
48+
Enabling the `TechPreviewNoUpgrade` feature set cannot be undone and prevents minor version updates. These feature sets are not recommended on production clusters.
4949
====
5050

5151
.Verification
5252

53-
You can verify that the feature gates are enabled by looking at the `kubelet.conf` file on a node after the nodes return to the ready state.
53+
You can verify that the feature gates are enabled by looking at the `kubelet.conf` file on a node after the nodes return to the ready state.
5454

5555
. From the *Administrator* perspective in the web console, navigate to *Compute* -> *Nodes*.
5656

@@ -69,7 +69,7 @@ sh-4.2# chroot /host
6969
+
7070
[source,terminal]
7171
----
72-
sh-4.2# cat /etc/kubernetes/kubelet.conf
72+
sh-4.2# cat /etc/kubernetes/kubelet.conf
7373
----
7474
+
7575
.Sample output
@@ -88,4 +88,4 @@ The features that are listed as `true` are enabled on your cluster.
8888
[NOTE]
8989
====
9090
The features listed vary depending upon the {product-title} version.
91-
====
91+
====

modules/nodes-nodes-swap-memory.adoc

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
:FeatureName: Enabling swap memory use on nodes
77
include::snippets/technology-preview.adoc[]
88

9-
You can enable swap memory use for {product-title} workloads on a per-node basis.
9+
You can enable swap memory use for {product-title} workloads on a per-node basis.
1010

1111
[WARNING]
1212
====
@@ -33,7 +33,7 @@ Because the kubelet will not start in the presence of swap memory without this c
3333
+
3434
[NOTE]
3535
====
36-
Enabling the `TechPreviewNoUpgrade` feature set cannot be undone and prevents upgrades. These feature sets are not recommended on production clusters.
36+
Enabling the `TechPreviewNoUpgrade` feature set cannot be undone and prevents minor version updates. These feature sets are not recommended on production clusters.
3737
====
3838

3939
* If cgroups v2 is enabled on a node, you must enable swap accounting on the node, by setting the `swapaccount=1` kernel argument.
@@ -64,8 +64,7 @@ spec:
6464
memorySwap:
6565
swapBehavior: LimitedSwap <2>
6666
----
67-
<1> Set to `false` to enable swap memory use on the associated nodes. Set to `true` to disable swap memory use.
67+
<1> Set to `false` to enable swap memory use on the associated nodes. Set to `true` to disable swap memory use.
6868
<2> Specify the swap memory behavior. If unspecified, the default is `LimitedSwap`.
6969

70-
. Enable swap memory on the machines.
71-
70+
. Enable swap memory on the machines.

0 commit comments

Comments
 (0)