Skip to content

Commit e128c23

Browse files
authored
Merge pull request #79682 from diksha1999/featuregate-prereq
Add feature gate prerequisite for machine config nodes feature
2 parents 347f94a + f6ad935 commit e128c23

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

machine_configuration/index.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ include::modules/machine-config-drift-detection.adoc[leveloffset=+1]
4545
include::modules/checking-mco-status.adoc[leveloffset=+1]
4646
include::modules/checking-mco-node-status.adoc[leveloffset=+1]
4747

48+
[role="_additional-resources"]
49+
.Additional resources
50+
51+
* For more information about feature gates, see xref:../nodes/clusters/nodes-cluster-enabling-features.adoc#nodes-cluster-enabling-features-console_nodes-cluster-enabling[Enabling feature sets using the web console].
52+
4853
[id="machine-config-operator-certificates_{context}"]
4954
== Understanding Machine Config Operator certificates
5055

modules/checking-mco-node-status.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ To see the status of the Machine Config Operator (MCO) updates to your cluster,
1313
:FeatureName: Improved MCO state reporting
1414
include::snippets/technology-preview.adoc[]
1515

16+
.Prerequisites
17+
* You set `featureSet: TechPreviewNoUpgrade` in your `FeatureGate` custom resource (CR) to enable the feature set capability for your cluster.
18+
1619
.Procedure
1720
. Get a summary of update statuses for all nodes in all machine config pools by running the following command:
1821
+

0 commit comments

Comments
 (0)