diff --git a/images/ossm-kiali-graph-bookinfo.png b/images/ossm-kiali-graph-bookinfo.png new file mode 100644 index 0000000000..e34dd3d0d0 Binary files /dev/null and b/images/ossm-kiali-graph-bookinfo.png differ diff --git a/modules/ossm-rn-new-features-1x.adoc b/modules/ossm-rn-new-features-1x.adoc index 6db235018a..d01f93f897 100644 --- a/modules/ossm-rn-new-features-1x.adoc +++ b/modules/ossm-rn-new-features-1x.adoc @@ -41,7 +41,6 @@ This release of {SMProductName} addresses Common Vulnerabilities and Exposures ( |1.0.0 |=== - == New features {SMProductName} 1.1.17.1 This release of {SMProductName} addresses Common Vulnerabilities and Exposures (CVEs). diff --git a/modules/ossm-tutorial-bookinfo-removing.adoc b/modules/ossm-tutorial-bookinfo-removing.adoc index 51e9e98a78..a0e9e43736 100644 --- a/modules/ossm-tutorial-bookinfo-removing.adoc +++ b/modules/ossm-tutorial-bookinfo-removing.adoc @@ -45,7 +45,7 @@ $ oc delete project bookinfo . Click *Operators* -> *Installed Operators*. -. Click the *Project* menu and choose `openshift-operators` from the list. +. Click the *Project* menu and choose `istio-system` from the list. . Click the *Istio Service Mesh Member Roll* link under *Provided APIS* for the *{SMProductName}* Operator. diff --git a/modules/ossm-tutorial-bookinfo-verify-install.adoc b/modules/ossm-tutorial-bookinfo-verify-install.adoc index a0dc7d664e..b25afd9492 100644 --- a/modules/ossm-tutorial-bookinfo-verify-install.adoc +++ b/modules/ossm-tutorial-bookinfo-verify-install.adoc @@ -12,11 +12,10 @@ To confirm that the sample Bookinfo application was successfully deployed, perfo .Prerequisites -* {SMProductName} {SMProductVersion} installed. -* Access to the OpenShift CLI (`oc`). +* {SMProductName} installed. * Complete the steps for installing the Bookinfo sample app. -.Procedure +.Procedure from CLI . Log in to the {product-title} CLI. @@ -47,3 +46,36 @@ reviews-v3-6dfd49b55b-vcwpf 2/2 Running 0 12m echo "http://$GATEWAY_URL/productpage" ---- . Copy and paste the output in a web browser to verify the Bookinfo product page is deployed. + +.Procedure from Kiali web console + +. Obtain the address for the Kiali web console. + +.. Log in to the {product-title} web console as a user with `cluster-admin` rights. If you use {product-dedicated}, you must have an account with the `dedicated-admin` role. + +.. Navigate to *Networking* -> *Routes*. + +.. On the *Routes* page, select the control plane project, for example `istio-system`, from the *Namespace* menu. ++ +The *Location* column displays the linked address for each route. ++ + +.. Click the link in the *Location* column for Kiali. + +.. Click *Log In With OpenShift*. The Kiali *Overview* screen presents tiles for each project namespace. + +. In Kiali, click *Graph*. + +. Select bookinfo from the *Namespace* list, and App graph from the *Graph Type* list. + +. Click *Display idle nodes* from the *Display* menu. ++ +This displays nodes that are defined but have not received or sent requests. It can confirm that an application is properly defined, but that no request traffic has been reported. ++ +image::ossm-kiali-graph-bookinfo.png[Kiali displaying bookinfo application] ++ +* Use the *Duration* menu to increase the time period to help ensure older traffic is captured. ++ +* Use the *Refresh Rate* menu to refresh traffic more or less often, or not at all. + +. Click *Services*, *Workloads* or *Istio Config* to see list views of bookinfo components, and and confirm that they are healthy.