Installing Clusternet via Helm

How to install Clusternet via Helm

You need to deploy clusternet-agent in child clusters, clusternet-hub, clusternet-scheduler and clusternet-controller-manager (since v0.15.0) in parent cluster. You can also try to install Clusternet manually.

Helm must be installed to use the charts. Please refer to Helm’s documentation to get started.

Once Helm is set up properly, add the repo as follows:

helm repo add clusternet https://clusternet.github.io/charts

You can then run helm search repo clusternet to see the charts.

Please follow this guide to check cluster registrations.