Chore: upgrade to v1.3.4

Signed-off-by: Jianbo Sun <jianbo.sjb@alibaba-inc.com>
This commit is contained in:
Jianbo Sun 2022-05-11 17:13:06 +08:00
parent b218286477
commit 50fd7fc2b5
10 changed files with 14 additions and 20 deletions

View File

@ -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.3
curl -fsSl https://kubevela.io/script/install.sh | bash -s 1.3.4
```
**Windows**
@ -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.3 --wait
helm install --create-namespace -n vela-system kubevela kubevela/vela-core --version 1.3.4 --wait
```
</TabItem>

View File

@ -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.3
curl -fsSl https://kubevela.io/script/install.sh | bash -s 1.3.4
```
**Windows**

View File

@ -199,7 +199,7 @@ $ vela workflow resume app-with-k8s-objects
## Distributed External Kubernetes Objects
> This section requires you to know how to deploy multi-cluster application with policy and workflow first. You can refer to [Multi-cluster Application Delivery](../../case-studies/multi-cluster) for details.
> This section requires you to know how to deploy multi-cluster application with policy and workflow first. You can refer to [Multi-cluster Application Delivery](../case-studies/multi-cluster) for details.
### Refer to Existing Kubernetes Objects in Component

View File

@ -178,7 +178,7 @@ KubeVela CLI 提供了命令行工具来便捷的应用终端管理能力。
** MacOS/Linux **
```shell script
curl -fsSl https://kubevela.io/script/install.sh | bash -s 1.3.3
curl -fsSl https://kubevela.io/script/install.sh | bash -s 1.3.4
```
**Windows**
@ -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.3 --wait
helm install --create-namespace -n vela-system kubevela kubevela/vela-core --version 1.3.4 --wait
```
</TabItem>

View File

@ -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.3
curl -fsSl https://kubevela.io/script/install.sh | bash -s 1.3.4
```
**Windows**

View File

@ -178,7 +178,7 @@ KubeVela CLI 提供了命令行工具来便捷的应用终端管理能力。
** MacOS/Linux **
```shell script
curl -fsSl https://kubevela.io/script/install.sh | bash -s 1.3.3
curl -fsSl https://kubevela.io/script/install.sh | bash -s 1.3.4
```
**Windows**
@ -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.3 --wait
helm install --create-namespace -n vela-system kubevela kubevela/vela-core --version 1.3.4 --wait
```
</TabItem>

View File

@ -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.3
curl -fsSl https://kubevela.io/script/install.sh | bash -s 1.3.4
```
**Windows**

View File

@ -144,12 +144,6 @@ nodes:
EOF
```
Install ingress controller to enable service route
```shell script
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/static/provider/kind/deploy.yaml
```
</TabItem>
<TabItem value="cloudprovider">
@ -183,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.3
curl -fsSl https://kubevela.io/script/install.sh | bash -s 1.3.4
```
**Windows**
@ -286,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.3 --wait
helm install --create-namespace -n vela-system kubevela kubevela/vela-core --version 1.3.4 --wait
```
</TabItem>

View File

@ -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.3
curl -fsSl https://kubevela.io/script/install.sh | bash -s 1.3.4
```
**Windows**

View File

@ -199,7 +199,7 @@ $ vela workflow resume app-with-k8s-objects
## Distributed External Kubernetes Objects
> This section requires you to know how to deploy multi-cluster application with policy and workflow first. You can refer to [Multi-cluster Application Delivery](../../case-studies/multi-cluster) for details.
> This section requires you to know how to deploy multi-cluster application with policy and workflow first. You can refer to [Multi-cluster Application Delivery](../case-studies/multi-cluster) for details.
### Refer to Existing Kubernetes Objects in Component