* Add required blocks to Helm templates Signed-off-by: lucperkins <lucperkins@gmail.com> * Make CLI table border lighter Signed-off-by: lucperkins <lucperkins@gmail.com> * Change aesthetic of CLI table Signed-off-by: lucperkins <lucperkins@gmail.com> * Add admonition blocks Signed-off-by: lucperkins <lucperkins@gmail.com> * Fix wording Signed-off-by: lucperkins <lucperkins@gmail.com>
The Virtual Kubelet Helm chart
Each version of Virtual Kubelet has a dedicated Helm chart. Those charts are served as static assets directly from GitHub.
The index.yaml file
This subdirectory has an index.yaml file, which is necessary for it to act as a Helm chart repository. To re-generate the index.yaml file (assuming that you have Helm installed):
cd /path/to/virtual-kubelet
helm repo index charts
The index.yaml then needs to be committed to Git and merged to master.