Skip to content

Commit

Permalink
Merge pull request #1614 from pdbrito/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasK33 authored Mar 21, 2024
2 parents 5db1995 + 3d53900 commit 279c73e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pages/o11y/logging/hpm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ Now that the vCluster itself is ready, we can deploy the hostpath mapper compone

To sum up, if your vCluster is named `my-vcluster` and is deployed in namespace `my-namespace` then you should run
```
helm install vcluster-hpm vcluster-hostpath-mapper \
helm install vcluster-hostpath-mapper vcluster-hpm \
--repo https://charts.loft.sh \
-n my-namespace \
--set VclusterReleaseName=my-vcluster
```

Once deployed successfully a new Daemonset component of vCluster would start running on every node used by the vCluster workloads.

We can now install our desired logging stack and start collecting the logs.
We can now install our desired logging stack and start collecting the logs.

0 comments on commit 279c73e

Please sign in to comment.