From f06d28e815d3728526a6f39d35a9585225570c9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=82=A6=E8=BE=BE?= Date: Mon, 25 Sep 2023 17:06:59 +0800 Subject: [PATCH] Chore: make the kubevela.net to be deprecated MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 悦达 --- blog/2023-01-09-kubevela-openyurt-integration.md | 2 +- .../2023-01-09-kubevela-openyurt-integration.md | 2 +- .../version-v1.7/installation/kubernetes.mdx | 4 ++-- .../system-operation/migration-from-old-version.md | 2 +- .../version-v1.8/installation/kubernetes.mdx | 4 ++-- .../system-operation/migration-from-old-version.md | 2 +- versioned_docs/version-v1.7/installation/kubernetes.mdx | 4 ++-- .../system-operation/migration-from-old-version.md | 2 +- .../version-v1.8/developers/references/devex/faq.md | 2 +- versioned_docs/version-v1.8/installation/kubernetes.mdx | 4 ++-- .../system-operation/migration-from-old-version.md | 2 +- 11 files changed, 15 insertions(+), 15 deletions(-) diff --git a/blog/2023-01-09-kubevela-openyurt-integration.md b/blog/2023-01-09-kubevela-openyurt-integration.md index 74ddff47bb9..a72ce92c385 100644 --- a/blog/2023-01-09-kubevela-openyurt-integration.md +++ b/blog/2023-01-09-kubevela-openyurt-integration.md @@ -63,7 +63,7 @@ git clone https://github.com/openyurtio/yurt-app-managercd yurt-app-manager && h Install the Vela command-line tool and install KubeVela in the cluster: ```shell -curl -fsSl https://kubevela.net/script/install.sh | bash +curl -fsSl https://kubevela.io/script/install.sh | bash vela install ``` We want to reuse the mature Helm charts provided by the community, so we use Helm-type components to install the Nginx Ingress Controller. In KubeVela with microkernel design, Helm components are provided by the FluxCD addon. The following enables the [FluxCD addon](https://kubevela.net/zh/docs/reference/addons/fluxcd). diff --git a/i18n/zh/docusaurus-plugin-content-blog/2023-01-09-kubevela-openyurt-integration.md b/i18n/zh/docusaurus-plugin-content-blog/2023-01-09-kubevela-openyurt-integration.md index 3b4d62cf085..a207b22a3d1 100644 --- a/i18n/zh/docusaurus-plugin-content-blog/2023-01-09-kubevela-openyurt-integration.md +++ b/i18n/zh/docusaurus-plugin-content-blog/2023-01-09-kubevela-openyurt-integration.md @@ -55,7 +55,7 @@ cd yurt-app-manager && helm install yurt-app-manager -n kube-system ./charts/yur 安装 Vela 命令行工具,并在集群中安装 KubeVela。 ```yaml -curl -fsSl https://kubevela.net/script/install.sh | bash +curl -fsSl https://kubevela.io/script/install.sh | bash vela install ``` 在本案例中,为了复用社区提供的成熟的 Helm Chart,我们用 Helm 类型的组件来安装 Nginx Ingress Controller。在微内核设计的 KubeVela 中,Helm 类型的组件是由 FluxCD 插件提供的,下面启用 [FluxCD 插件](https://kubevela.net/zh/docs/reference/addons/fluxcd)。 diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-v1.7/installation/kubernetes.mdx b/i18n/zh/docusaurus-plugin-content-docs/version-v1.7/installation/kubernetes.mdx index b0923ba99b7..0df638b1257 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/version-v1.7/installation/kubernetes.mdx +++ b/i18n/zh/docusaurus-plugin-content-docs/version-v1.7/installation/kubernetes.mdx @@ -35,13 +35,13 @@ KubeVela CLI 提供了常用的集群和应用管理能力。 ** MacOS/Linux ** ```shell script -curl -fsSl https://kubevela.net/script/install.sh | bash +curl -fsSl https://kubevela.io/script/install.sh | bash ``` **Windows** ```shell script -powershell -Command "iwr -useb https://kubevela.net/script/install.ps1 | iex" +powershell -Command "iwr -useb https://kubevela.io/script/install.ps1 | iex" ``` diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-v1.7/platform-engineers/system-operation/migration-from-old-version.md b/i18n/zh/docusaurus-plugin-content-docs/version-v1.7/platform-engineers/system-operation/migration-from-old-version.md index 51b5dd30628..2c4900a528b 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/version-v1.7/platform-engineers/system-operation/migration-from-old-version.md +++ b/i18n/zh/docusaurus-plugin-content-docs/version-v1.7/platform-engineers/system-operation/migration-from-old-version.md @@ -41,7 +41,7 @@ helm upgrade -n vela-system --install kubevela kubevela/vela-core --version 1.7. 你可以执行下列脚本修复: ``` -curl -fsSl https://kubevela.net/script/checklegacy.sh | bash +curl -fsSl https://kubevela.io/script/checklegacy.sh | bash ``` 这个脚本就是在帮你自动添加 Helm 的注解,你也可以通过如下命令手动修复: diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-v1.8/installation/kubernetes.mdx b/i18n/zh/docusaurus-plugin-content-docs/version-v1.8/installation/kubernetes.mdx index 909b99c4c9e..6f92792c2b5 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/version-v1.8/installation/kubernetes.mdx +++ b/i18n/zh/docusaurus-plugin-content-docs/version-v1.8/installation/kubernetes.mdx @@ -35,13 +35,13 @@ KubeVela CLI 提供了常用的集群和应用管理能力。 ** MacOS/Linux ** ```shell script -curl -fsSl https://kubevela.net/script/install.sh | bash +curl -fsSl https://kubevela.io/script/install.sh | bash ``` **Windows** ```shell script -powershell -Command "iwr -useb https://kubevela.net/script/install.ps1 | iex" +powershell -Command "iwr -useb https://kubevela.io/script/install.ps1 | iex" ``` diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-v1.8/platform-engineers/system-operation/migration-from-old-version.md b/i18n/zh/docusaurus-plugin-content-docs/version-v1.8/platform-engineers/system-operation/migration-from-old-version.md index 51b5dd30628..2c4900a528b 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/version-v1.8/platform-engineers/system-operation/migration-from-old-version.md +++ b/i18n/zh/docusaurus-plugin-content-docs/version-v1.8/platform-engineers/system-operation/migration-from-old-version.md @@ -41,7 +41,7 @@ helm upgrade -n vela-system --install kubevela kubevela/vela-core --version 1.7. 你可以执行下列脚本修复: ``` -curl -fsSl https://kubevela.net/script/checklegacy.sh | bash +curl -fsSl https://kubevela.io/script/checklegacy.sh | bash ``` 这个脚本就是在帮你自动添加 Helm 的注解,你也可以通过如下命令手动修复: diff --git a/versioned_docs/version-v1.7/installation/kubernetes.mdx b/versioned_docs/version-v1.7/installation/kubernetes.mdx index 5c2d4267ea1..a5009f0a46c 100644 --- a/versioned_docs/version-v1.7/installation/kubernetes.mdx +++ b/versioned_docs/version-v1.7/installation/kubernetes.mdx @@ -36,7 +36,7 @@ KubeVela CLI provides an easy way to engage and manage your application delivery ** MacOS/Linux ** ```shell script -curl -fsSl https://kubevela.net/script/install.sh | bash -s v1.7.7 +curl -fsSl https://kubevela.io/script/install.sh | bash -s v1.7.7 ``` **Windows** @@ -46,7 +46,7 @@ Only the official release version is supported. ::: ```shell script -powershell -Command "iwr -useb https://kubevela.net/script/install.ps1 | iex" +powershell -Command "iwr -useb https://kubevela.io/script/install.ps1 | iex" ``` diff --git a/versioned_docs/version-v1.7/platform-engineers/system-operation/migration-from-old-version.md b/versioned_docs/version-v1.7/platform-engineers/system-operation/migration-from-old-version.md index 99fcbee1e4f..5c3580d3887 100644 --- a/versioned_docs/version-v1.7/platform-engineers/system-operation/migration-from-old-version.md +++ b/versioned_docs/version-v1.7/platform-engineers/system-operation/migration-from-old-version.md @@ -43,7 +43,7 @@ Since we have migrated some workflow step definitions and views from workflow ad You can execute this script to solve it before upgrade helm chart: ``` -curl -fsSl https://kubevela.net/script/checklegacy.sh | bash +curl -fsSl https://kubevela.io/script/checklegacy.sh | bash ``` The script will just help patch helm annotations for you, you can also do that manually one by one like: diff --git a/versioned_docs/version-v1.8/developers/references/devex/faq.md b/versioned_docs/version-v1.8/developers/references/devex/faq.md index 6f8608adf5d..15f53d8eb6d 100644 --- a/versioned_docs/version-v1.8/developers/references/devex/faq.md +++ b/versioned_docs/version-v1.8/developers/references/devex/faq.md @@ -35,7 +35,7 @@ Image Hub | "hub.kubevela.net" | "docker.io" or "ghcr.io/kubevela" Helm charts | https://charts.kubevela.net/core | https://kubevela.github.io/charts Official Addon Registry | https://addons.kubevela.net | https://kubevela.github.io/catalog/official Experimental Addon Registry | - | https://kubevela.github.io/catalog/experimental -CLI | https://kubevela.net/script/install.sh | download from [release page](https://github.com/kubevela/kubevela/releases) +CLI | https://kubevela.io/script/install.sh | download from [release page](https://github.com/kubevela/kubevela/releases) VelaD | - | migrating ### You have reached rate limit for Docker Image Registry diff --git a/versioned_docs/version-v1.8/installation/kubernetes.mdx b/versioned_docs/version-v1.8/installation/kubernetes.mdx index dbf1e51e429..a6313daf3dd 100644 --- a/versioned_docs/version-v1.8/installation/kubernetes.mdx +++ b/versioned_docs/version-v1.8/installation/kubernetes.mdx @@ -36,7 +36,7 @@ KubeVela CLI provides an easy way to engage and manage your application delivery ** MacOS/Linux ** ```shell script -curl -fsSl https://kubevela.net/script/install.sh | bash -s v1.8.0 +curl -fsSl https://kubevela.io/script/install.sh | bash -s v1.8.0 ``` **Windows** @@ -46,7 +46,7 @@ Only the official release version is supported. ::: ```shell script -powershell -Command "iwr -useb https://kubevela.net/script/install.ps1 | iex" +powershell -Command "iwr -useb https://kubevela.io/script/install.ps1 | iex" ``` diff --git a/versioned_docs/version-v1.8/platform-engineers/system-operation/migration-from-old-version.md b/versioned_docs/version-v1.8/platform-engineers/system-operation/migration-from-old-version.md index 4bd2fe1dbb5..2b559e25c84 100644 --- a/versioned_docs/version-v1.8/platform-engineers/system-operation/migration-from-old-version.md +++ b/versioned_docs/version-v1.8/platform-engineers/system-operation/migration-from-old-version.md @@ -55,7 +55,7 @@ Since we have migrated some workflow step definitions and views from workflow ad You can execute this script to solve it before upgrade helm chart: ``` -curl -fsSl https://kubevela.net/script/checklegacy.sh | bash +curl -fsSl https://kubevela.io/script/checklegacy.sh | bash ``` The script will just help patch helm annotations for you, you can also do that manually one by one like: