Helm Charts
Posted rongfengliang-荣锋亮
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Helm Charts相关的知识,希望对你有一定的参考价值。
Use this repository to submit official Charts for Kubernetes Helm. Charts are curated application definitions for Kubernetes Helm. For more information about installing and using Helm, see its README.md. To get a quick introduction to Charts see this chart document.
How do I install these charts?
Just helm install stable/<chart>
. This is the default repository for Helm and is installed by default.
For more information on using Helm, refer to the Helm‘s documentation.
How do I enable the Incubator repository?
To add the Incubator charts for your local client, run helm repo add
:
$ helm repo add incubator https://kubernetes-charts-incubator.storage.googleapis.com/
"incubator" has been added to your repositories
You can then run helm search incubator
to see the charts.
Chart Format
Take a look at the alpine example chart and the nginx example chart for reference when you‘re writing your first few charts.
Before contributing a Chart, become familiar with the format. Note that the project is still under active development and the format may still evolve a bit.
以上是关于Helm Charts的主要内容,如果未能解决你的问题,请参考以下文章
Helm 从入门到实践 | 从 0 开始制作一个 Helm Charts
[转帖]Helm 3 使用 harbor 作为仓库存储 charts