Skip to content

Commit db2cfd9

Browse files
authored
Adds versioning table to readme (#23)
1 parent 58f3e3c commit db2cfd9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
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.
44
To deploy this component, its basically a 2 step process
5+
56
### Update the vcluster
7+
68
You would want to create the vcluster with the following `values.yaml`:
79
```
810
syncer:
@@ -14,6 +16,7 @@ syncer:
1416
* For existing vcluster run `vcluster create --upgrade <vcluster_name> -f values.yaml`
1517

1618
### Deploy the Hostpath Mapper Daemonset
19+
1720
Now that the vcluster itself is ready, we can deploy the hostpath mapper component. We need the following 2 pieces of information for this:
1821
* The Hostpath Mapper has to be deployed in the same namespace and the target vcluster
1922
* We need to set the `.Values.VclusterReleaseName` value when deploying this helm chart equal to the name of the target vcluster
@@ -30,3 +33,10 @@ helm install vcluster-hpm vcluster-hpm \
3033
Once deployed successfully a new Daemonset component of vcluster would start running on every node used by the vcluster workloads.
3134

3235
We can now install our desired logging stack and start collecting the logs.
36+
37+
## Versioning
38+
39+
| vcluster | hostpath-mapper |
40+
|-----------------|-----------------|
41+
| v0.21 and above | 0.2.x and above |
42+
| v0.20 and below | 0.1.x |

0 commit comments

Comments
 (0)