Skip to content

Commit 4a4e19a

Browse files
authored
Merge pull request #44411 from rh-tokeefe/OSSMDOC-462
OSSMDOC-462: added content for using kiali to confirm bookinfo installation
2 parents 9b57811 + 625c5fe commit 4a4e19a

File tree

4 files changed

+36
-5
lines changed

4 files changed

+36
-5
lines changed

images/ossm-kiali-graph-bookinfo.png

130 KB
Loading

modules/ossm-rn-new-features-1x.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ This release of {SMProductName} addresses Common Vulnerabilities and Exposures (
4141
|1.0.0
4242
|===
4343

44-
4544
== New features {SMProductName} 1.1.17.1
4645

4746
This release of {SMProductName} addresses Common Vulnerabilities and Exposures (CVEs).

modules/ossm-tutorial-bookinfo-removing.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ $ oc delete project bookinfo
4545

4646
. Click *Operators* -> *Installed Operators*.
4747

48-
. Click the *Project* menu and choose `openshift-operators` from the list.
48+
. Click the *Project* menu and choose `istio-system` from the list.
4949

5050
. Click the *Istio Service Mesh Member Roll* link under *Provided APIS* for the *{SMProductName}* Operator.
5151

modules/ossm-tutorial-bookinfo-verify-install.adoc

Lines changed: 35 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,10 @@ To confirm that the sample Bookinfo application was successfully deployed, perfo
1212

1313
.Prerequisites
1414

15-
* {SMProductName} {SMProductVersion} installed.
16-
* Access to the OpenShift CLI (`oc`).
15+
* {SMProductName} installed.
1716
* Complete the steps for installing the Bookinfo sample app.
1817
19-
.Procedure
18+
.Procedure from CLI
2019

2120
. Log in to the {product-title} CLI.
2221

@@ -47,3 +46,36 @@ reviews-v3-6dfd49b55b-vcwpf 2/2 Running 0 12m
4746
echo "http://$GATEWAY_URL/productpage"
4847
----
4948
. Copy and paste the output in a web browser to verify the Bookinfo product page is deployed.
49+
50+
.Procedure from Kiali web console
51+
52+
. Obtain the address for the Kiali web console.
53+
54+
.. 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.
55+
56+
.. Navigate to *Networking* -> *Routes*.
57+
58+
.. On the *Routes* page, select the control plane project, for example `istio-system`, from the *Namespace* menu.
59+
+
60+
The *Location* column displays the linked address for each route.
61+
+
62+
63+
.. Click the link in the *Location* column for Kiali.
64+
65+
.. Click *Log In With OpenShift*. The Kiali *Overview* screen presents tiles for each project namespace.
66+
67+
. In Kiali, click *Graph*.
68+
69+
. Select bookinfo from the *Namespace* list, and App graph from the *Graph Type* list.
70+
71+
. Click *Display idle nodes* from the *Display* menu.
72+
+
73+
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.
74+
+
75+
image::ossm-kiali-graph-bookinfo.png[Kiali displaying bookinfo application]
76+
+
77+
* Use the *Duration* menu to increase the time period to help ensure older traffic is captured.
78+
+
79+
* Use the *Refresh Rate* menu to refresh traffic more or less often, or not at all.
80+
81+
. Click *Services*, *Workloads* or *Istio Config* to see list views of bookinfo components, and and confirm that they are healthy.

0 commit comments

Comments
 (0)