Skip to content

Commit b04b963

Browse files
committed
Fixed broken images
1 parent 5b62932 commit b04b963

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

content/en/tko/session-5/docs/check-navigator.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ In the map view you can drill down by selecting either the whole cluster, a node
2828

2929
If you have drilled down into you cluster, reselect you own cluster by removing it from the drop down box, then selecting it again. Now lets investigate the Kubernetes Analyzer the Kubernetes Navigator offers.
3030

31-
You can find it by expanding the right hand pane by clicking on the ![sidebar_button](/tko/session-5/docs/images/sidebar-button.png) button.
31+
You can find it by expanding the right hand pane by clicking on the ![sidebar_button](../images/sidebar-button.png) button.
3232

3333
This will show a quick view into the health of you cluster via the Kubernetes Analyzer. The Analyzer uses AI-driven insights to examine patterns that nodes, pods, or containers have in common.
3434

@@ -58,17 +58,19 @@ How much memory and cores does our one node have?
5858

5959
---
6060

61-
### Note
61+
{{% alert title="Note" color="info" %}}
6262

63-
*If you click on a line in any of the table in the navigator you will see that the right pane will change and will provide information for that specific object.*
63+
If you click on a line in any of the table in the navigator you will see that the right pane will change and will provide information for that specific object.
64+
65+
{{% /alert %}}
6466

6567
---
6668

6769
Select the Node and get the detailed view of the node in the right hand pane.
6870

6971
The side bar also contains a list of workloads and containers running on the Node. Last but, not least there is a section that will show any node events that have occurred.
7072

71-
You can expand this to a full screen by clicking on the expand ![expand_button](/tko/session-5/docs/images/expand-button.png) button.
73+
You can expand this to a full screen by clicking on the expand ![expand_button](../images/expand-button.png) button.
7274

7375
If you do this you will switch to the Node Details view which is a full screen representation of the information in the side bar in the Node view.
7476

@@ -90,7 +92,7 @@ Here you will get the general info of your workload, the containers CPU and memo
9092

9193
The list of pods allows you to drill deeper into the Pods view.
9294

93-
Again you expand this view to a full screen by clicking on the expand ![expand_button](/tko/session-5/docs/images/expand-button.png) button.
95+
Again you expand this view to a full screen by clicking on the expand ![expand_button](../images/expand-button.png) button.
9496

9597
Expanding the side bar will bring you to the Workload details view. This provides the same data as the side bar but in full page view with is useful if you try to see what is going on with a specific workload deployment.
9698

0 commit comments

Comments
 (0)