Skip to content

Commit 1c38b50

Browse files
committed
Fixed missing shortcode
1 parent 0be36df commit 1c38b50

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

content/en/other/php-apache/1-deploy-otel.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Your workshop instance has been pre-configured with the correct `ACCESS_TOKEN` a
5050

5151
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.
5252

53-
Namespaces are a way to organize these large Kubernetes clusters into virtual sub-clusters. This can be helpful when different teams or projects share a Kubernetes cluster as this will give them the easy ability to just see and work with their own stuff.
53+
Namespaces are a way to organize these large Kubernetes clusters into virtual sub-clusters. This can be helpful when different teams or projects share a Kubernetes cluster as this will give them the easy ability to just see and work with their ls -lown stuff.
5454

5555
Any number of namespaces are supported within a cluster, each logically separated from others but with the ability to communicate with each other. Components are only **visible** when selecting a namespace or when adding the `--all-namespaces` flag to `kubectl` instead of allowing you to view just the components relevant to your project by selecting your namespace.
5656

@@ -163,3 +163,5 @@ If you make an error installing the Splunk OpenTelemetry Collector you can start
163163
``` sh
164164
helm delete splunk-otel-collector -n splunk
165165
```
166+
167+
{{% /notice %}}

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,3 +164,5 @@ If you make an error installing the Splunk OpenTelemetry Collector you can start
164164
``` sh
165165
helm delete splunk-otel-collector -n splunk
166166
```
167+
168+
{{% /notice %}}

0 commit comments

Comments
 (0)