Skip to content

Commit 6a33d83

Browse files
authored
Merge pull request #46488 from pneedle-rh/fixing-nmstate-asciibinder-warning
Fixing AsciiBinder warning in the about NMState page
2 parents 80236bd + c44892a commit 6a33d83

File tree

3 files changed

+19
-9
lines changed

3 files changed

+19
-9
lines changed

modules/k8s-nmstate-deploying-nmstate-CLI.adoc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
:_content-type: PROCEDURE
66
[id="installing-the-kubernetes-nmstate-operator-CLI_{context}"]
77
= Installing the Kubernetes NMState Operator using the CLI
8-
You can also install the Kubernetes NMState Operator by using the {product-title} CLI (oc).
8+
9+
You can install the Kubernetes NMState Operator by using the OpenShift CLI (`oc)`. After it is installed, the Operator can deploy the NMState State Controller as a daemon set across all of the cluster nodes.
910

1011
.Prerequisites
1112

@@ -85,14 +86,15 @@ EOF
8586
----
8687

8788
.Verification
88-
Confirm that the deployment for the `nmstate` operator is running:
8989

90+
* Confirm that the deployment for the `nmstate` operator is running:
91+
+
9092
[source,terminal]
9193
----
9294
oc get clusterserviceversion -n openshift-nmstate \
9395
-o custom-columns=Name:.metadata.name,Phase:.status.phase
9496
----
95-
97+
+
9698
.Example output
9799
[source, terminal]
98100
----

modules/k8s-nmstate-installing-the-kubernetes-nmstate-operator.adoc

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,14 @@
33
// networking/k8s_nmstate/k8s-nmstate-about-the-kubernetes-nmstate-operator.adoc
44

55
:_content-type: PROCEDURE
6-
[id="installing-the-kubernetes-nmstate-operator_{context}"]
6+
[id="installing-the-kubernetes-nmstate-operator-web-console_{context}"]
7+
= Installing the Kubernetes NMState Operator using the web console
78

8-
= Installing the Kubernetes NMState Operator
9+
You can install the Kubernetes NMState Operator by using the web console. After it is installed, the Operator can deploy the NMState State Controller as a daemon set across all of the cluster nodes.
910

10-
You must install the Kubernetes NMState Operator from the web console while logged in with administrator privileges. After it is installed, the Operator can deploy the NMState State Controller as a daemon set across all of the cluster nodes.
11+
.Prerequisites
12+
13+
* You are logged in as a user with `cluster-admin` privileges.
1114
1215
.Procedure
1316

networking/k8s_nmstate/k8s-nmstate-about-the-k8s-nmstate-operator.adoc

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
:_content-type: ASSEMBLY
22
[id="k8s-nmstate-about-the-k8s-nmstate-operator"]
33
= About the Kubernetes NMState Operator
4+
include::_attributes/common-attributes.adoc[]
45
:FeatureName: Kubernetes NMState Operator
56
:context: k8s-nmstate-operator
67

@@ -14,7 +15,11 @@ Red Hat supports the Kubernetes NMState Operator in production environments on b
1415
====
1516

1617
Before you can use NMState with {product-title}, you must install the Kubernetes NMState Operator.
17-
[id="{context}_installation_and_deployment"]
18-
=== Installing the nmstate operator
19-
include::modules/k8s-nmstate-installing-the-kubernetes-nmstate-operator.adoc[leveloffset=+1]
18+
19+
[id="installing-the-kubernetes-nmstate-operator-cli"]
20+
== Installing the Kubernetes NMState Operator
21+
22+
You can install the Kubernetes NMState Operator by using the web console or the CLI.
23+
24+
include::modules/k8s-nmstate-installing-the-kubernetes-nmstate-operator.adoc[leveloffset=+2]
2025
include::modules/k8s-nmstate-deploying-nmstate-CLI.adoc[leveloffset=+2]

0 commit comments

Comments
 (0)