1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

Updated command in Installing Bookinfo topic.

This commit is contained in:
Julie Stickler
2022-02-28 16:20:16 -05:00
committed by openshift-cherrypick-robot
parent da0d499551
commit cd1fc811f3

View File

@@ -85,15 +85,15 @@ $ oc create -n istio-system -f servicemeshmemberroll-default.yaml
+
[source,terminal]
----
$ oc get smmr -n istio-system
$ oc get smmr -n istio-system -o wide
----
+
The installation has finished successfully when the `STATUS` column is `Configured`.
+
[source,terminal]
----
NAME READY STATUS AGE
default 1/1 Configured 2m27s
NAME READY STATUS AGE MEMBERS
default 1/1 Configured 70s ["bookinfo"]
----
. From the CLI, deploy the Bookinfo application in the _`bookinfo`_ project by applying the `bookinfo.yaml` file:
+