Skip to content

Latest commit

 

History

History
58 lines (38 loc) · 1.79 KB

README.md

File metadata and controls

58 lines (38 loc) · 1.79 KB

openyurt-helm

OpenYurt components helm charts

Version License Go Report Card

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.

Usage

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-helm

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

Install yurt-manager

helm upgrade --install yurt-manager -n kube-system openyurt/yurt-manager

Install yurthub

helm upgrade --install yurthub -n kube-system openyurt/yurthub

Install yurt-dashboard

helm upgrade --install yurt-dashboard -n kube-system openyurt/yurt-dashboard

Install raven-agent

helm upgrade --install raven-agent -n kube-system openyurt/raven-agent

Contributing

The source code of all OpenYurt community Helm charts can be found on Github: https://github.com/openyurtio/openyurt-helm