Skip to content

Commit 9f49a84

Browse files
authored
Merge pull request #89282 from dfitzmau/OCPBUGS-49922
OCPBUGS#49922: Deleted pod examples from nmstate-deploying-nmstate-CL…
2 parents c78aa47 + 70834f6 commit 9f49a84

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

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

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ $ oc get clusterserviceversion -n openshift-nmstate \
7777
[source, terminal,subs="attributes+"]
7878
----
7979
Name Phase
80-
kubernetes-nmstate-operator.4.18.0-202210210157 Succeeded
80+
kubernetes-nmstate-operator.4.18.0-202210210157 Succeeded
8181
----
8282

8383
. Create an instance of the `nmstate` Operator:
@@ -92,7 +92,7 @@ metadata:
9292
EOF
9393
----
9494

95-
. Verify the pods for NMState Operator are running:
95+
. Verify that all pods for the NMState Operator are in a `Running` state:
9696
+
9797
[source,terminal]
9898
----
@@ -103,15 +103,8 @@ $ oc get pod -n openshift-nmstate
103103
[source, terminal,subs="attributes+"]
104104
----
105105
Name Ready Status Restarts Age
106-
pod/nmstate-cert-manager-5b47d8dddf-5wnb5 1/1 Running 0 77s
107-
pod/nmstate-console-plugin-d6b76c6b9-4dcwm 1/1 Running 0 77s
108-
pod/nmstate-handler-6v7rm 1/1 Running 0 77s
109-
pod/nmstate-handler-bjcxw 1/1 Running 0 77s
110-
pod/nmstate-handler-fv6m2 1/1 Running 0 77s
111-
pod/nmstate-handler-kb8j6 1/1 Running 0 77s
112-
pod/nmstate-handler-wn55p 1/1 Running 0 77s
113-
pod/nmstate-operator-f6bb869b6-v5m92 1/1 Running 0 4m51s
114-
pod/nmstate-webhook-66d6bbd84b-6n674 1/1 Running 0 77s
115-
pod/nmstate-webhook-66d6bbd84b-vlzrd 1/1 Running 0 77s
106+
pod/nmstate-handler-wn55p 1/1 Running 0 77s
107+
pod/nmstate-operator-f6bb869b6-v5m92 1/1 Running 0 4m51s
108+
...
116109
----
117110

0 commit comments

Comments
 (0)