Skip to content

Commit

Permalink
Merge pull request #1647 from johannesfrey/reference-0.19-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Kosiewski authored Apr 4, 2024
2 parents 577a71f + 275db82 commit 678285a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/pages/architecture/control_plane/k8s_distros.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ And then deploy vCluster with:
vcluster create my-vcluster -n test --distro k8s -f values.yaml
```

If you want to create a separate chart for the Kubernetes distribution, a good starting point is to copy one of [our distro charts](https://github.com/loft-sh/vcluster/tree/main/charts) and then modify it to work with your distribution.
If you want to create a separate chart for the Kubernetes distribution, a good starting point is to copy one of [our distro charts](https://github.com/loft-sh/vcluster/tree/v0.19/charts) and then modify it to work with your distribution.
vCluster only needs the following information from the virtual Kubernetes distribution to function properly:
1. The API server central authority certificate (usually found at `/pki/ca.crt`)
2. The API server central authority key (usually found at `/pki/ca.key`)
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/getting-started/deployment.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,5 @@ This tells vCluster to prepend the image registry to all images used by vCluster

You can find a list of all needed images by vCluster in the file `vcluster-images.txt` at the [releases page](https://github.com/loft-sh/vcluster/releases), as well as two scripts (download-images.sh & push-images.sh) to pull and push those to your private registry.

You can locate the Helm chart and values file for Kubernetes distro in the vCluster [repo](https://github.com/loft-sh/vcluster/tree/main/charts). Be sure to choose the tag that matches your vCluster version.
You can locate the Helm chart and values file for Kubernetes distro in the vCluster [repo](https://github.com/loft-sh/vcluster/tree/v0.19/charts). Be sure to choose the tag that matches your vCluster version.

0 comments on commit 678285a

Please sign in to comment.