Skip to content

Commit 1d404d5

Browse files
committed
Fixing typos
1 parent ee124d7 commit 1d404d5

File tree

3 files changed

+14
-9
lines changed

3 files changed

+14
-9
lines changed

content/en/tko/session-5/deploy-loadgen.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@ kubectl get statefulset loadgen -n loadgen
8484
What impact did this have? Where in O11y can you see the increased replica number?
8585
{{% /notice %}}
8686

87-
Let the load generator run for around 2-3 minutes and keep observing the metrics in the Kubernetes Navigator and the Apache dashboard.
87+
Let the load generator run for around 2-3 minutes and keep observing the metrics in the Kubernetes Navigator and the Apache Navigator.

content/en/tko/session-5/deploy-otel.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ As the new Kubernetes Navigator is still in Preview, some steps of this workshop
1212
- 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.
1313

1414
- Let us know in the **#tko-2023-o11y-session-5 channel** in Slack.
15-
{{% /notice %}}}
15+
{{% /notice %}}
1616

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.
1818

1919
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:
2020

@@ -39,11 +39,11 @@ Once its unset, you can refresh your page and reselect Kubernetes from the Infra
3939

4040
## 2. Connect to EC2 instance
4141

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
4343

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.
4545

46-
{{% notice title="Note" color="info" %}}
46+
{{% notice title="Note" style="info" %}}
4747
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.
4848
{{% /notice %}}
4949

@@ -131,6 +131,7 @@ splunk-otel-collector-k8s-cluster-receiver-6c454894f8-mqs8n 1/1 Running
131131
{{% /tab %}}
132132
{{< /tabs >}}
133133

134+
<!--
134135
{{% notice title="Note" style="info" %}}
135136
136137
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
140141
141142
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.
142143
{{% /notice %}}
143-
144+
-->
144145
Use the label set by the `helm` install to tail logs (You will need to press `ctrl + c` to exit).
145146

146147
{{< tabs >}}

content/en/tko/session-5/fix-apache.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,13 @@ resources:
107107
memory: 12Mi
108108
```
109109

110-
Save the changes youhave made. (Hint: Use `Esc` followed by `:wq!` to save your changes).
110+
Save the changes you have made.
111+
112+
{{% notice title="Hint" style="info" icon="exclamation" %}}
113+
`kubectl edit` will open the contents in the `vi` editor, use `Esc` followed by `:wq!` to save your changes.
114+
{{% /notice %}}
111115

112-
Because the StatefulSet is immutable, we must delete the existing Pod and let the StatefulSet re-create it with the new changes.
116+
Because StatefulSets are immutable, we must delete the existing Pod and let the StatefulSet re-create it with the new changes.
113117

114118
``` bash
115119
kubectl delete pod php-apache-0 -n apache

0 commit comments

Comments
 (0)