fix copy (#307)
This commit is contained in:
parent
c80c1aade6
commit
72a12a7fd9
|
@ -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`:
|
||||
|
||||
|
|
|
@ -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`。
|
||||
|
|
|
@ -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`。
|
||||
|
|
|
@ -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`:
|
||||
|
||||
|
|
Loading…
Reference in New Issue