Skip to content

Commit

Permalink
Merge pull request #1285 from barnettZQG/main
Browse files Browse the repository at this point in the history
Chore: make the kubevela.net to be deprecated
  • Loading branch information
barnettZQG committed Sep 25, 2023
2 parents b5e0bfa + f06d28e commit 3ddbe19
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion blog/2023-01-09-kubevela-openyurt-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
```

</TabItem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 的注解,你也可以通过如下命令手动修复:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
```

</TabItem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 的注解,你也可以通过如下命令手动修复:
Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-v1.7/installation/kubernetes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand All @@ -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"
```

</TabItem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-v1.8/installation/kubernetes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand All @@ -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"
```

</TabItem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3ddbe19

Please sign in to comment.