Skip to content

Commit b1db4c9

Browse files
committed
OCPBUGS-49922-fix
1 parent b1d2a89 commit b1db4c9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 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.18.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:
@@ -100,11 +100,11 @@ $ oc get pod -n openshift-nmstate
100100
----
101101
+
102102
.Example output
103-
[source, terminal,subs="attributes+"]
103+
[source,terminal,subs="attributes+"]
104104
----
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
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
108108
...
109109
----
110110

0 commit comments

Comments
 (0)