add third party charts source
parent
6ff5c44c96
commit
9ae990e1b3
|
@ -330,6 +330,19 @@ dependencies:
|
|||
|
||||
### 安装源
|
||||
|
||||
#####################################################################
|
||||
使用第三方chat库
|
||||
|
||||
。添加fabric8库
|
||||
|
||||
$helm repo add fabric8 https://fabric8.io/helm
|
||||
|
||||
。搜索fabric8提供的工具(主要就是fabric8-platform工具包,包含了CI,CD的全套工具)
|
||||
|
||||
$helm search fabric8
|
||||
|
||||
#####################################################################
|
||||
|
||||
我们在前面安装chart可以通过HTTP server的方式提供。
|
||||
|
||||
```bash
|
||||
|
@ -634,4 +647,4 @@ helm package .
|
|||
- [Go template](https://golang.org/pkg/text/template/)
|
||||
- [Helm docs](https://github.com/kubernetes/helm/blob/master/docs/index.md)
|
||||
- [How To Create Your First Helm Chart](https://docs.bitnami.com/kubernetes/how-to/create-your-first-helm-chart/)
|
||||
- [Speed deployment on Kubernetes with Helm Chart – Quick yaml example from scratch](https://www.ibm.com/blogs/bluemix/2017/10/quick-example-helm-chart-for-kubernetes/)
|
||||
- [Speed deployment on Kubernetes with Helm Chart – Quick yaml example from scratch](https://www.ibm.com/blogs/bluemix/2017/10/quick-example-helm-chart-for-kubernetes/)
|
||||
|
|
Loading…
Reference in New Issue