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:
committed by
openshift-cherrypick-robot
parent
da0d499551
commit
cd1fc811f3
@@ -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:
|
||||
+
|
||||
|
||||
Reference in New Issue
Block a user