diff --git a/modules/ossm-tutorial-bookinfo-install.adoc b/modules/ossm-tutorial-bookinfo-install.adoc index bd9c88e732..c8cd76e073 100644 --- a/modules/ossm-tutorial-bookinfo-install.adoc +++ b/modules/ossm-tutorial-bookinfo-install.adoc @@ -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: +