Skip to content

Commit 6236555

Browse files
authored
Merge pull request #54399 from ogradyp/ECOPROJECT-1127
ECOPROJECT-1127: NHC update channel is stable since 4.11
2 parents cd4f6a7 + affb1ab commit 6236555

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/eco-node-health-check-operator-installation-cli.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
= Installing the Node Health Check Operator by using the CLI
88
You can use the OpenShift CLI (`oc`) to install the Node Health Check Operator.
99

10-
To install the Operator in your own namespace, follow the steps in the procedure.
10+
To install the Operator in your own namespace, follow the steps in the procedure.
1111

1212
To install the Operator in the `openshift-operators` namespace, skip to step 3 of the procedure because the steps to create a new `Namespace` custom resource (CR) and an `OperatorGroup` CR are not required.
1313

@@ -64,15 +64,15 @@ metadata:
6464
name: node-health-check-operator
6565
namespace: node-health-check <1>
6666
spec:
67-
channel: candidate <2>
67+
channel: stable <2>
6868
installPlanApproval: Manual <3>
6969
name: node-healthcheck-operator
7070
source: redhat-operators
7171
sourceNamespace: openshift-marketplace
7272
package: node-healthcheck-operator
7373
----
7474
<1> Specify the `Namespace` where you want to install the Node Health Check Operator. To install the Node Health Check Operator in the `openshift-operators` namespace, specify `openshift-operators` in the `Subscription` CR.
75-
<2> Specify the channel name for your subscription. To upgrade to the latest version of the Node Health Check Operator, you must manually change the channel name for your subscription from `alpha` to `candidate`.
75+
<2> Specify the channel name for your subscription. To upgrade to the latest version of the Node Health Check Operator, you must manually change the channel name for your subscription from `candidate` to `stable`.
7676
<3> Set the approval strategy to Manual in case your specified version is superseded by a later version in the catalog. This plan prevents an automatic upgrade to a later version and requires manual approval before the starting CSV can complete the installation.
7777

7878
.. To create the `Subscription` CR, run the following command:

0 commit comments

Comments
 (0)