@@ -77,7 +77,7 @@ $ oc get clusterserviceversion -n openshift-nmstate \
77
77
[source, terminal,subs="attributes+"]
78
78
----
79
79
Name Phase
80
- kubernetes-nmstate-operator.4.18.0-202210210157 Succeeded
80
+ kubernetes-nmstate-operator.4.18.0-202210210157 Succeeded
81
81
----
82
82
83
83
. Create an instance of the `nmstate` Operator:
@@ -92,7 +92,7 @@ metadata:
92
92
EOF
93
93
----
94
94
95
- . Verify the pods for NMState Operator are running :
95
+ . Verify that all pods for the NMState Operator are in a `Running` state :
96
96
+
97
97
[source,terminal]
98
98
----
@@ -103,15 +103,8 @@ $ oc get pod -n openshift-nmstate
103
103
[source, terminal,subs="attributes+"]
104
104
----
105
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
106
+ pod/nmstate-handler-wn55p 1/1 Running 0 77s
107
+ pod/nmstate-operator-f6bb869b6-v5m92 1/1 Running 0 4m51s
108
+ ...
116
109
----
117
110
0 commit comments