Skip to content

openyurtio/charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

charts

OpenYurt Helm Charts

License Go Report Card

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/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.

Install yurt-manager

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

Install yurthub

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

Install raven-agent

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

Where does it come from?

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.