Skip to content

Commit

Permalink
[demo] add namespace to kubectl instructions (#2611)
Browse files Browse the repository at this point in the history
Co-authored-by: Juliano Costa <[email protected]>
Co-authored-by: Phillip Carter <[email protected]>
  • Loading branch information
3 people authored Apr 18, 2023
1 parent b28ca2d commit 76c53a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion content/en/docs/demo/kubernetes-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ The following command will install the demo application to your Kubernetes
cluster.

```shell
kubectl apply -f https://raw.githubusercontent.com/open-telemetry/opentelemetry-demo/main/kubernetes/opentelemetry-demo.yaml
kubectl create namespace otel-demo
kubectl apply --namespace otel-demo -f https://raw.githubusercontent.com/open-telemetry/opentelemetry-demo/main/kubernetes/opentelemetry-demo.yaml
```

> **Note** These manifests are generated from the Helm chart and are provided
Expand Down

0 comments on commit 76c53a8

Please sign in to comment.