Skip to content

Commit cf0de7f

Browse files
committed
Fixing typos
1 parent 2b14fa6 commit cf0de7f

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: The Kubernetes Navigator
33
linkTitle: Touring the Kubernetes Navigator V1
44
weight: 22
5+
draft: true
56
---
67

78
## 1. The Cluster Map

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
---
22
title: Deploying the OpenTelemetry Collector in Kubernetes using a NameSpace
3-
linkTitle: Prep & Deploy the OTel Collector
3+
linkTitle: Deploying the OTel Collector
44
weight: 1
55
---
66

7-
## 0. Switching to the new Kubernetes Navigator 2.0 UI
7+
## 1. New Kubernetes Navigator 2.0 UI
88

9-
As we are in the process of switched to the new generation of the Kubernetes Navigator, please check if you are already on the new Kubernetes navigator.
9+
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.
1010

11-
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:
11+
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:
1212

1313
![k8s-navi-v-2](../images/k8s-nav2-two.png)
1414

15-
If you taken straight to the Kubernetes Navigator v1 Map view after selecting `Kubernetes`, you need to opt in to the new Navigator yourself for this workshop by clicking on the big blue ![new-k8-button](../images/new-k8s-button.png). You should now be in the K8s Node view with chart below the cluster map similar like shown below:
15+
If you taken straight to the Kubernetes Navigator v1 Map view after selecting **Kubernetes**, you need to opt in to the new Navigator yourself for this workshop by clicking on the big blue ![new-k8-button](../images/new-k8s-button.png). You should now be in the K8s Node view with chart below the cluster map similar like shown below:
1616

1717
![k8s-navi-v-2](../images/new-k8s-view.png)
1818

1919
{{% alert title="Note" color="info" %}}
20-
If you actually see three services for Kubernetes including one that is named `K8s clusters` you need to turn of Precognition in the Superpowers view.
20+
If you actually see three services for Kubernetes including one that is named `K8s clusters` you need to turn off Precognition in the Superpowers view.
2121
To do this, please change the Url in your browser to match the following: [https://app.[REALM].signalfx.com/#/superpowers](https://app.[REALM].signalfx.com/#/superpowers)
2222

2323
Where [REALM] needs to match the Realm we are using for this workshop then remove the Precognition flag like in the example below. This is one of the first options you can set:
2424

2525
![Set-Precognition](../images/Precognition.png)
2626

27-
Once its unset, you can refresh you page, and reselect Kubernetes from the infrastructure navigator menu.
27+
Once its unset, you can refresh you page, and reselect Kubernetes from the Infrastructure Navigator menu.
2828
{{% /alert %}}
2929

30-
## 1. Connect to EC2 instance
30+
## 2. Connect to EC2 instance
3131

3232
You will be able to connect to the workshop instance by using SSH from your Mac, Linux or Windows device.
3333

@@ -37,7 +37,7 @@ To use SSH, open a terminal on your system and type `ssh [email protected]` (replac
3737
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.
3838
{{% /alert %}}
3939

40-
## 2. Namespaces in Kubernetes
40+
## 3. Namespaces in Kubernetes
4141

4242
Most of our customers will make use of some kind of private or public cloud service to run Kubernetes. They often choose to have only a few large Kubernetes clusters as it is easier to manage centrally.
4343

@@ -47,7 +47,7 @@ Any number of namespaces are supported within a cluster, each logically separate
4747

4848
Most customers will want to install the Splunk OpenTelemetry Collector in a separate namespace. This workshop will follow that practice.
4949

50-
## 3. Install Splunk OTel using Helm
50+
## 4. Install Splunk OTel using Helm
5151

5252
Install the OpenTelemetry Collector using the Splunk Helm chart. First, add the Splunk Helm chart repository and update.
5353

@@ -84,7 +84,7 @@ splunk-otel-collector-chart/splunk-otel-collector \
8484
{{< /tab >}}
8585
{{< /tabpane >}}
8686

87-
## 4. Verify Deployment
87+
## 5. Verify Deployment
8888

8989
You can monitor the progress of the deployment by running `kubectl get pods` and adding `-n splunk` to the command to see the pods in the `splunk` NameSpace which should typically report that the new pods are up and running after about 30 seconds.
9090

content/en/tko/session-5/docs/setup-hpa.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Setup Horizontal Pod Autoscaler
2+
title: Setup Horizontal Pod Autoscaling (HPA)
33
linkTitle: Setup HPA
44
weight: 6
55
---

0 commit comments

Comments
 (0)