Chore: update the install version to 1.3.6 (#690)
Signed-off-by: barnettZQG <barnett.zqg@gmail.com>
This commit is contained in:
parent
61293c8a10
commit
4932674332
|
|
@ -178,7 +178,7 @@ KubeVela CLI 提供了命令行工具来便捷的应用终端管理能力。
|
|||
** MacOS/Linux **
|
||||
|
||||
```shell script
|
||||
curl -fsSl https://kubevela.io/script/install.sh | bash -s 1.3.4
|
||||
curl -fsSl https://kubevela.io/script/install.sh | bash -s 1.3.6
|
||||
```
|
||||
|
||||
**Windows**
|
||||
|
|
@ -238,7 +238,7 @@ sudo mv ./vela /usr/local/bin/vela
|
|||
> Vela CLI 版本需要 >=1.2.3
|
||||
|
||||
```shell script
|
||||
vela install
|
||||
vela install --version v1.3.6
|
||||
```
|
||||
|
||||
<details> <summary>成功安装后预期输出如下:</summary>
|
||||
|
|
@ -280,7 +280,7 @@ If you want to enable dashboard, please run "vela addon enable velaux"
|
|||
```
|
||||
helm repo add kubevela https://charts.kubevela.net/core
|
||||
helm repo update
|
||||
helm install --create-namespace -n vela-system kubevela kubevela/vela-core --version 1.3.4 --wait
|
||||
helm install --create-namespace -n vela-system kubevela kubevela/vela-core --version 1.3.6 --wait
|
||||
```
|
||||
|
||||
</TabItem>
|
||||
|
|
@ -292,7 +292,7 @@ helm install --create-namespace -n vela-system kubevela kubevela/vela-core --ver
|
|||
VelaUX 是一个可视化操作界面,包括 UI+API 服务,它适用于大多数厂商开箱即用的获取应用交付和管理能力。
|
||||
|
||||
```shell script
|
||||
vela addon enable velaux serviceType=NodePort --version v1.3.4
|
||||
vela addon enable velaux serviceType=NodePort --version v1.3.6
|
||||
|
||||
# 获取映射的端口,通过该端口访问 VelaUX
|
||||
kubectl get service velaux -n vela-system -o jsonpath="{.spec.ports[0].nodePort}"
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ vela install --version 1.3.0-beta.2
|
|||
** MacOS/Linux **
|
||||
|
||||
```shell script
|
||||
curl -fsSl https://kubevela.io/script/install.sh | bash -s 1.3.4
|
||||
curl -fsSl https://kubevela.io/script/install.sh | bash -s 1.3.6
|
||||
```
|
||||
|
||||
**Windows**
|
||||
|
|
@ -100,13 +100,13 @@ sudo mv ./vela /usr/local/bin/vela
|
|||
### 2. 升级核心控制器
|
||||
|
||||
```
|
||||
vela install --version v1.3.4
|
||||
vela install --version v1.3.6
|
||||
```
|
||||
|
||||
### 3. 升级 VelaUX
|
||||
|
||||
```
|
||||
vela addon enable velaux version=v1.3.4
|
||||
vela addon enable velaux version=v1.3.6
|
||||
```
|
||||
|
||||
> 请注意,如果安装时指定了自定义参数,比如数据库地址。请在升级时同时指定该参数。
|
||||
|
|
|
|||
|
|
@ -177,7 +177,7 @@ KubeVela CLI provides an easy to engage and manage your application delivery in
|
|||
** MacOS/Linux **
|
||||
|
||||
```shell script
|
||||
curl -fsSl https://kubevela.io/script/install.sh | bash -s 1.3.4
|
||||
curl -fsSl https://kubevela.io/script/install.sh | bash -s 1.3.6
|
||||
```
|
||||
|
||||
**Windows**
|
||||
|
|
@ -237,7 +237,7 @@ sudo mv ./vela /usr/local/bin/vela
|
|||
> The version of vela CLI >= 1.2.3.
|
||||
|
||||
```shell script
|
||||
vela install
|
||||
vela install --version v1.3.6
|
||||
```
|
||||
|
||||
<details> <summary> check out the outcome </summary>
|
||||
|
|
@ -280,7 +280,7 @@ If you are helm user, you can also use helm to install kubevela core:
|
|||
```
|
||||
helm repo add kubevela https://charts.kubevela.net/core
|
||||
helm repo update
|
||||
helm install --create-namespace -n vela-system kubevela kubevela/vela-core --version 1.3.4 --wait
|
||||
helm install --create-namespace -n vela-system kubevela kubevela/vela-core --version 1.3.6 --wait
|
||||
```
|
||||
|
||||
</TabItem>
|
||||
|
|
@ -293,7 +293,7 @@ helm install --create-namespace -n vela-system kubevela kubevela/vela-core --ver
|
|||
VelaUX is a dashboard including UI+API services, it enables you to do everything around application delivery and management.
|
||||
|
||||
```shell script
|
||||
vela addon enable velaux --version v1.3.4
|
||||
vela addon enable velaux --version v1.3.6
|
||||
```
|
||||
|
||||
expected output:
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ vela install --version 1.3.0-beta.2
|
|||
** MacOS/Linux **
|
||||
|
||||
```shell script
|
||||
curl -fsSl https://kubevela.io/script/install.sh | bash -s 1.3.4
|
||||
curl -fsSl https://kubevela.io/script/install.sh | bash -s 1.3.6
|
||||
```
|
||||
|
||||
**Windows**
|
||||
|
|
@ -98,13 +98,13 @@ sudo mv ./vela /usr/local/bin/vela
|
|||
### 2. Upgrade Vela Core
|
||||
|
||||
```shell
|
||||
vela install --version v1.3.4
|
||||
vela install --version v1.3.6
|
||||
```
|
||||
|
||||
### 3. Upgrade VelaUX
|
||||
|
||||
```shell
|
||||
vela addon enable velaux version=v1.3.4
|
||||
vela addon enable velaux version=v1.3.6
|
||||
```
|
||||
|
||||
> If you set custom parameters during installation, be sure to include the corresponding parameters.
|
||||
|
|
|
|||
Loading…
Reference in New Issue