@@ -74,10 +74,10 @@ $ oc get clusterserviceversion -n openshift-nmstate \
74
74
----
75
75
+
76
76
.Example output
77
- [source, terminal,subs="attributes+"]
77
+ [source,terminal,subs="attributes+"]
78
78
----
79
- Name Phase
80
- kubernetes-nmstate-operator.4.15 .0-202210210157 Succeeded
79
+ Name Phase
80
+ kubernetes-nmstate-operator.{product-version} .0-202210210157 Succeeded
81
81
----
82
82
83
83
. Create an instance of the `nmstate` Operator:
@@ -92,26 +92,19 @@ 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
----
99
99
$ oc get pod -n openshift-nmstate
100
100
----
101
101
+
102
102
.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
+ ...
116
109
----
117
110
0 commit comments