Add onwers file and fix typo

This commit is contained in:
Harry Zhang
2020-10-26 15:49:53 -07:00
parent 5dd91add89
commit aae80847a1
4 changed files with 66 additions and 8 deletions

View File

@@ -123,7 +123,7 @@ make test
### E2E test
** Before e2e test start, make sure you have vela-core running.**
**Before e2e test start, make sure you have vela-core running.**
```shell script
make core-run

9
OWNERS.md Normal file
View File

@@ -0,0 +1,9 @@
approvers:
- kubevela-controller
- kubevela-devex
reviewers:
- kubevela-controller
- kubevela-dashboard
- oam-k8s-runtime
- oam-spec

49
OWNERS_ALIASES.md Normal file
View File

@@ -0,0 +1,49 @@
aliases:
kubevela-devex:
- hongchaodeng
- wonderflow
kubevela-dashboard:
- zzxwill
- hanxie-crypto
- hongchaodeng
kubevela-controller:
- resouer
- wonderflow
- hongchaodeng
- zzxwill
- ryanzhang-oss
oam-k8s-runtime: # inherit from https://github.com/crossplane/oam-kubernetes-runtime/blob/master/OWNERS.md
- hongchaodeng
- wonderflow
- ryanzhang-oss
- captainroy-hy
- negz
- hasheddan
oam-spec: # inherit from https://github.com/oam-dev/spec/blob/master/OWNERS.md
- hongchaodeng
- resouer
- vturecek
community-collaborators:
- Fei-Guo
- szihai
bootstrap-contributors: # thank you for bootstrapped KubeVela at the very early stage!
- xiaoyuaiheshui
- Ghostbaby
- wenxinnnnn
- silenceper
- erdun
- sunny0826
- mosesyou
- artursouza
- wonderflow
- hongchaodeng
- ryanzhang-oss
- woshilanren11
- hanxie-crypto
- zzxwill

View File

@@ -25,7 +25,7 @@ $ vela app show myapp
Components:
Name Type Traits
Name Type Traits
frontend webservice route
```
@@ -53,14 +53,14 @@ $ vela svc show mycomp
Traits:
route:
domain: frontend.kubevela.io
domain: frontend.kubevela.demo
issuer: oam-env-demo
name: route
```
## Step by Step
## Deploy Application Step by Step
You can also use KubeVela CLI to deploy application step by step, with more detailed configurations.
You can also use KubeVela CLI to deploy a more complex micro-services application step by step, with detailed configurations.
Check the available workload types.
@@ -89,7 +89,7 @@ SUCCEED
```console
$ vela svc ls
NAME APP WORKLOAD TRAITS STATUS CREATED-TIME
backend myapp backendworker Deployed 2020-09-18 22:42:04 +0800 CST
frontend myapp webservice Deployed 2020-09-18 22:42:04 +0800 CST
NAME APP WORKLOAD TRAITS STATUS CREATED-TIME
backend myapp backendworker Deployed 2020-09-18 22:42:04 +0800 CST
frontend myapp webservice Deployed 2020-09-18 22:42:04 +0800 CST
```