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
Note 🐳🐳🐳
The container images are hosted on both ghcr.io and dockerhub. Please choose the fastest image registry to use.Note on kube-apiserver
Please refer to Kubernetes Version Skew to see whether the Kubernetes versions are supported. Please also note that whether the kube-apiserver running in the parent cluster should be configured with flag--aggregator-reject-forwarding-redirect=false.You can then run helm search repo clusternet to see the charts.
- installing
clusternet-hubto parent cluster - installing
clusternet-schedulerto parent cluster - installing
clusternet-controller-manager(since v0.15.0) to parent cluster - installing
clusternet-agentto child clusters
Please follow this guide to check cluster registrations.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified April 7, 2023: add doc on deploying clusternet-controller-manager (#74) (8c2dab9)