Docs: add a notice in helm tutorial (#1234)
* Docs: add a notice in helm tutorial Docs: add a notice in helm tutorial Signed-off-by: Lingzhe Sun <lingzhesun@gmail.com> * Docs: update redis version in helm tutorial Signed-off-by: Lingzhe Sun <lingzhesun@gmail.com> * Docs: update redis version in helm zh tutorial Signed-off-by: Lingzhe Sun <lingzhesun@gmail.com> --------- Signed-off-by: Lingzhe Sun <lingzhesun@gmail.com>
This commit is contained in:
parent
eb18ee34fb
commit
7ec6348cd4
|
@ -11,6 +11,7 @@ Starting from here, you will learn to use the KubeVela Addons to install plug-in
|
|||
## Before starting
|
||||
|
||||
- Choose a Helm Chart you want to deploy. In the tutorial, we take [bitnami/redis](https://github.com/bitnami/charts/tree/master/bitnami/redis) as an example.
|
||||
- If you are using [bitnami/redis](https://github.com/bitnami/charts/tree/master/bitnami/redis), check if the chart version you specified is still listed [here](https://artifacthub.io/packages/helm/bitnami/redis) and available.
|
||||
- Ensure that the cluster you deliver has a usable default StorageClass. Most of our delivery middleware requires data persistence, and the default StorageClass is needed to allocate PV.
|
||||
- Make sure you have VelaUX addon enabled for UI console. If you are only CLI users, you can skip to [Deploy via CLI](#deploy-via-cli)
|
||||
```
|
||||
|
@ -52,7 +53,7 @@ spec:
|
|||
repoType: "helm"
|
||||
url: "https://charts.bitnami.com/bitnami"
|
||||
chart: "redis"
|
||||
version: "16.8.5"
|
||||
version: "17.7.3"
|
||||
values:
|
||||
master:
|
||||
persistence:
|
||||
|
@ -235,4 +236,4 @@ spec:
|
|||
Your fluxcd addon version must be `1.3.1+`.
|
||||
:::
|
||||
|
||||
Now, you have learned the basic helm delivery. If you want to delivery Helm Chart into multi-clusters, you can refer to [this blog](https://kubevela.io/blog/2022/07/07/helm-multi-cluster).
|
||||
Now, you have learned the basic helm delivery. If you want to delivery Helm Chart into multi-clusters, you can refer to [this blog](https://kubevela.io/blog/2022/07/07/helm-multi-cluster).
|
||||
|
|
|
@ -12,6 +12,7 @@ description: 本文介绍通过 KubeVela 交付 Helm Chart
|
|||
## 开始之前
|
||||
|
||||
- 选择一个你希望交付的 Chart 包,本文我们以 [bitnami/redis](https://github.com/bitnami/charts/tree/master/bitnami/redis) 为例。
|
||||
- 如果你在使用 [bitnami/redis](https://github.com/bitnami/charts/tree/master/bitnami/redis),看一下[这里](https://artifacthub.io/packages/helm/bitnami/redis)是否官方还在提供你使用的版本.
|
||||
- 确保你交付的集群具有可用的默认 StorageClass,我们交付中间件大多需要数据持久化,需要默认的 StorageClass 来分配 PV。
|
||||
|
||||
## 启用 fluxcd 插件
|
||||
|
@ -77,7 +78,7 @@ spec:
|
|||
repoType: "helm"
|
||||
url: "https://charts.bitnami.com/bitnami"
|
||||
chart: "redis"
|
||||
version: "16.8.5"
|
||||
version: "17.7.3"
|
||||
values:
|
||||
master:
|
||||
persistence:
|
||||
|
|
Loading…
Reference in New Issue