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

This functionality is in beta and is subject to change. The code is provided as-is with no warranties. Beta features are not subject to the support SLA of official GA features.

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