You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/tko/session-5/deploy-otel.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,9 @@ As the new Kubernetes Navigator is still in Preview, some steps of this workshop
12
12
- Switch back to the old Kubernetes Navigator by clicking on the big blue {{% button style="blue" %}}Switch to old navigator{{% /button %}} button in the top right corner of the Kubernetes Navigator.
13
13
14
14
- Let us know in the **#tko-2023-o11y-session-5 channel** in Slack.
15
-
{{% /notice %}}}
15
+
{{% /notice %}}
16
16
17
-
As we are in the process of switching to the new generation of the Kubernetes Navigator, please check if you are already on the new Kubernetes navigator.
17
+
We will be starting this workshop using the new Kubernetes Navigator so please check that you are already using the new Navigator.
18
18
19
19
When you select **Infrastructure** from the main menu on the left, followed by selecting **Kubernetes**, you should see two services panes for Kubernetes, similar like the ones below:
20
20
@@ -39,11 +39,11 @@ Once its unset, you can refresh your page and reselect Kubernetes from the Infra
39
39
40
40
## 2. Connect to EC2 instance
41
41
42
-
You will be able to connect to the workshop instance by using SSH from your Mac, Linux or Windows device.
42
+
You will be able to connect to the workshop instance by using SSH from your Mac, Linux or Windows device. Open the link to the sheet provided in the **#tko-2023-o11y-session-5 channel** in Slack. This sheet contains the IP addresses and the password for the workshop instances. Please
43
43
44
-
To use SSH, open a terminal on your system and type `ssh [email protected]` (replacing x.x.x.x with the IP address assigned to you).
44
+
To use SSH, open a terminal on your system and type `ssh [email protected]` (replacing x.x.x.x with the IP address assigned to you). The password for this workshop is also provided in the sheet.
45
45
46
-
{{% notice title="Note" color="info" %}}
46
+
{{% notice title="Note" style="info" %}}
47
47
Your workshop instance has been pre-configured with the correct `ACCESS_TOKEN` and `REALM` for this workshop. There is no need for you to configure these.
If you are using the Kubernetes Integration setup from the Data Management page from the O11y UI , you find that the guide will use
@@ -140,7 +141,7 @@ This will generate an unique name/label for the collector install and Pods by ad
140
141
141
142
Just make sure you use the correct label that is generated by the Helm chart if you wish to use the `helm` and `kubectl` commands from this workshop on an install done with the `--generate-name` option.
142
143
{{% /notice %}}
143
-
144
+
-->
144
145
Use the label set by the `helm` install to tail logs (You will need to press `ctrl + c` to exit).
0 commit comments