OpenYurt Helm Charts
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 openyurt https://openyurtio.github.io/charts
If you have already added this repo earlier, run helm repo update
to retrieve the latest versions of the packages.
You can then run helm search repo openyurt
to see the charts.
helm upgrade --install yurt-manager -n kube-system openyurt/yurt-manager
Only the yurtstaticset
templates and RBAC configurations related to the yurthub component are installed here, whereas the yurthub static pod
needs to be installed using the yurtadm join
command.
helm upgrade --install yurthub -n kube-system openyurt/yurthub
helm upgrade --install raven-agent -n kube-system openyurt/raven-agent
charts
are synced from https://github.com/openyurtio/openyurt/tree/master/charts.
Chart changes are made in that location, merged into openyurtio/openyurt
and automatically synced here.
Please refer to contributing guidelines for details.