OpenYurt components helm charts
IMPORTANT: Starting from OpenYurt v1.5.0, The following Helm charts have been relocated to the openyurtio/charts repository.
- yurt-manager
- yurthub
- yurt-iot-dock
- yurt-coordinator
- raven-agent
We recommend that end users obtain these Helm Charts from openyurtio/charts repository. Please note that this repository will be archived in future releases.
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/openyurt-helmYou can then run helm search repo openyurt to see the charts.
helm upgrade --install yurt-manager -n kube-system openyurt/yurt-managerhelm upgrade --install yurthub -n kube-system openyurt/yurthubhelm upgrade --install yurt-dashboard -n kube-system openyurt/yurt-dashboardhelm upgrade --install raven-agent -n kube-system openyurt/raven-agentThe source code of all OpenYurt community Helm charts can be found on Github: https://github.com/openyurtio/openyurt-helm