Skip to content

Commit 103b1f0

Browse files
authored
Merge pull request #89786 from dfitzmau/OCPBUGS-49922-15
[enterprise-4.15] OCPBUGS#49922: Deleted pod examples from nmstate-deploying-nmstate-CL…
2 parents 73fab2b + 2b08844 commit 103b1f0

File tree

1 file changed

+10
-17
lines changed

1 file changed

+10
-17
lines changed

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

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ $ oc get clusterserviceversion -n openshift-nmstate \
7474
----
7575
+
7676
.Example output
77-
[source, terminal,subs="attributes+"]
77+
[source,terminal,subs="attributes+"]
7878
----
79-
Name Phase
80-
kubernetes-nmstate-operator.4.15.0-202210210157 Succeeded
79+
Name Phase
80+
kubernetes-nmstate-operator.{product-version}.0-202210210157 Succeeded
8181
----
8282

8383
. Create an instance of the `nmstate` Operator:
@@ -92,26 +92,19 @@ 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
----
9999
$ oc get pod -n openshift-nmstate
100100
----
101101
+
102102
.Example output
103-
[source, terminal,subs="attributes+"]
104-
----
105-
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
103+
[source,terminal,subs="attributes+"]
104+
----
105+
Name Ready Status Restarts Age
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)