Skip to content

openyurtio/openyurt-helm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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