fix: Determine which clusters to be installed by parameters (#1082)

Code Source From: Self Code
Description:
Jira:
市场项目编号(名称):

Signed-off-by: suwanliang_yewu <suwanliang_yewu@cmss.chinamobile.com>

Signed-off-by: suwanliang_yewu <suwanliang_yewu@cmss.chinamobile.com>
This commit is contained in:
suwliang3 2022-11-25 18:25:08 +08:00 committed by GitHub
parent 74fa298088
commit 6b180d444e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -188,7 +188,11 @@ output: {
If you execute the command to enable the addon as follows:
```shell
$ vela addon enable <addon-name> clusters=local,cluser1
$ vela addon enable <addon-name> --clusters=local,cluster1
```
or:
```shell
$ vela addon enable <addon-name> clusters="{local,cluster1}"
```
The rendering result will be: