mirror of
https://github.com/kubevela/kubevela.git
synced 2026-05-22 01:03:27 +00:00
35 lines
974 B
Markdown
35 lines
974 B
Markdown
## vela install
|
|
|
|
Initialize vela on both client and server
|
|
|
|
### Synopsis
|
|
|
|
Install OAM runtime and vela builtin capabilities.
|
|
|
|
```
|
|
vela install [flags]
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
-h, --help help for install
|
|
--image-pull-policy string vela core image pull policy, this will align to chart value image.pullPolicy (default "IfNotPresent")
|
|
--image-repo string vela core image repo, this will align to chart value image.repo (default "oamdev/vela-core")
|
|
--image-tag string vela core image repo, this will align to chart value image.tag (default "latest")
|
|
-p, --vela-chart-path string path to vela core chart to override default chart
|
|
-w, --wait wait until vela-core is ready to serve
|
|
```
|
|
|
|
### Options inherited from parent commands
|
|
|
|
```
|
|
-e, --env string specify environment name for application
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [vela](vela.md) -
|
|
|
|
###### Auto generated by spf13/cobra on 6-Nov-2020
|