@@ -77,7 +77,7 @@ $ oc get clusterserviceversion -n openshift-nmstate \
7777[source, terminal,subs="attributes+"]
7878----
7979Name 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:
9292EOF
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----
105105Name 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