You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,9 @@
2
2
3
3
Vcluster internal logging relies on separate component called the [Hostpath Mapper](https://github.com/loft-sh/vcluster-hostpath-mapper). This will make sure to resolve the correct virtual pod and container names to their physical counterparts.
4
4
To deploy this component, its basically a 2 step process
5
+
5
6
### Update the vcluster
7
+
6
8
You would want to create the vcluster with the following `values.yaml`:
7
9
```
8
10
syncer:
@@ -14,6 +16,7 @@ syncer:
14
16
* For existing vcluster run `vcluster create --upgrade <vcluster_name> -f values.yaml`
15
17
16
18
### Deploy the Hostpath Mapper Daemonset
19
+
17
20
Now that the vcluster itself is ready, we can deploy the hostpath mapper component. We need the following 2 pieces of information for this:
18
21
* The Hostpath Mapper has to be deployed in the same namespace and the target vcluster
19
22
* We need to set the `.Values.VclusterReleaseName` value when deploying this helm chart equal to the name of the target vcluster
0 commit comments