From 4932674332a84cc486fc35e1cc954e6834d45b9c Mon Sep 17 00:00:00 2001 From: barnettZQG Date: Tue, 31 May 2022 13:19:21 +0800 Subject: [PATCH] Chore: update the install version to 1.3.6 (#690) Signed-off-by: barnettZQG --- .../version-v1.3/install.mdx | 8 ++++---- .../version-v1.3/platform-engineers/advanced-install.mdx | 6 +++--- versioned_docs/version-v1.3/install.mdx | 8 ++++---- .../version-v1.3/platform-engineers/advanced-install.mdx | 6 +++--- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-v1.3/install.mdx b/i18n/zh/docusaurus-plugin-content-docs/version-v1.3/install.mdx index 4d3ede92..05833f11 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/version-v1.3/install.mdx +++ b/i18n/zh/docusaurus-plugin-content-docs/version-v1.3/install.mdx @@ -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 ```
成功安装后预期输出如下: @@ -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 ``` @@ -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}" diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-v1.3/platform-engineers/advanced-install.mdx b/i18n/zh/docusaurus-plugin-content-docs/version-v1.3/platform-engineers/advanced-install.mdx index e58901bb..09aac701 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/version-v1.3/platform-engineers/advanced-install.mdx +++ b/i18n/zh/docusaurus-plugin-content-docs/version-v1.3/platform-engineers/advanced-install.mdx @@ -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 ``` > 请注意,如果安装时指定了自定义参数,比如数据库地址。请在升级时同时指定该参数。 diff --git a/versioned_docs/version-v1.3/install.mdx b/versioned_docs/version-v1.3/install.mdx index f4017323..12fbcfbf 100644 --- a/versioned_docs/version-v1.3/install.mdx +++ b/versioned_docs/version-v1.3/install.mdx @@ -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 ```
check out the outcome @@ -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 ``` @@ -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: diff --git a/versioned_docs/version-v1.3/platform-engineers/advanced-install.mdx b/versioned_docs/version-v1.3/platform-engineers/advanced-install.mdx index 4513d171..82d81a6d 100644 --- a/versioned_docs/version-v1.3/platform-engineers/advanced-install.mdx +++ b/versioned_docs/version-v1.3/platform-engineers/advanced-install.mdx @@ -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.