This commit is contained in:
Hongchao Deng 2021-09-26 22:19:02 -04:00 committed by GitHub
parent c80c1aade6
commit 72a12a7fd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 10 deletions

View File

@ -10,12 +10,13 @@ Make sure you have finished and verified the installation following [this guide]
## Step 2: Deploy Your First Application
Run the following command:
```bash
$ kubectl apply -f https://raw.githubusercontent.com/oam-dev/kubevela/master/docs/examples/vela-app.yaml
application.core.oam.dev/first-vela-app created
kubectl apply -f https://raw.githubusercontent.com/oam-dev/kubevela/master/docs/examples/vela-app.yaml
```
Above command will apply an application to KubeVela and let it distribute the application to proper runtime infrastructure.
This will apply an application to KubeVela and let it distribute the application to proper runtime infrastructure.
Check the status until we see `status` is `running` and services are `healthy`:

View File

@ -11,8 +11,7 @@ title: 交付第一个应用
首先,在你的集群上,我们使用一个提前准备好的 YMAL 文件。
```bash
$ kubectl apply -f https://raw.githubusercontent.com/oam-dev/kubevela/master/docs/examples/vela-app.yaml
application.core.oam.dev/first-vela-app created
kubectl apply -f https://raw.githubusercontent.com/oam-dev/kubevela/master/docs/examples/vela-app.yaml
```
检查状态:直到看到 `status``running`,并且 `services``healthy`

View File

@ -11,8 +11,7 @@ title: 交付第一个应用
首先,在你的集群上,我们使用一个提前准备好的 YMAL 文件。
```bash
$ kubectl apply -f https://raw.githubusercontent.com/oam-dev/kubevela/master/docs/examples/vela-app.yaml
application.core.oam.dev/first-vela-app created
kubectl apply -f https://raw.githubusercontent.com/oam-dev/kubevela/master/docs/examples/vela-app.yaml
```
检查状态:直到看到 `status``running`,并且 `services``healthy`

View File

@ -10,12 +10,14 @@ Make sure you have finished and verified the installation following [this guide]
## Step 2: Deploy Your First Application
Run the following command:
```bash
$ kubectl apply -f https://raw.githubusercontent.com/oam-dev/kubevela/master/docs/examples/vela-app.yaml
application.core.oam.dev/first-vela-app created
kubectl apply -f https://raw.githubusercontent.com/oam-dev/kubevela/master/docs/examples/vela-app.yaml
```
Above command will apply an application to KubeVela and let it distribute the application to proper runtime infrastructure.
This will apply an application to KubeVela and let it distribute the application to proper runtime infrastructure.
Check the status until we see `status` is `running` and services are `healthy`: