Fix: enable velaux error (#611)

Signed-off-by: StevenLeiZhang <zhangleiic@163.com>

Co-authored-by: zhanglei1306 <zhanglei1306@jd.com>
This commit is contained in:
StevenLeiZhang 2022-04-18 09:27:51 +08:00 committed by GitHub
parent 79cc1a30c9
commit 49b34fd994
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -299,7 +299,7 @@ helm install --create-namespace -n vela-system kubevela kubevela/vela-core --ver
VelaUX is a dashboard including UI+API services, it enables you to do everything around application delivery and management.
```shell script
vela addon enable velaux --version 1.3.1
vela addon enable velaux --version v1.3.1
```
expected output:

View File

@ -292,7 +292,7 @@ helm install --create-namespace -n vela-system kubevela kubevela/vela-core --ver
VelaUX 是一个可视化操作界面,包括 UI+API 服务,它适用于大多数厂商开箱即用的获取应用交付和管理能力。
```shell script
vela addon enable velaux serviceType=NodePort --version 1.3.1
vela addon enable velaux serviceType=NodePort --version v1.3.1
# 获取映射的端口,通过该端口访问 VelaUX
kubectl get service velaux -n vela-system -o jsonpath="{.spec.ports[0].nodePort}"

View File

@ -292,7 +292,7 @@ helm install --create-namespace -n vela-system kubevela kubevela/vela-core --ver
VelaUX 是一个可视化操作界面,包括 UI+API 服务,它适用于大多数厂商开箱即用的获取应用交付和管理能力。
```shell script
vela addon enable velaux serviceType=NodePort --version 1.3.1
vela addon enable velaux serviceType=NodePort --version v1.3.1
# 获取映射的端口,通过该端口访问 VelaUX
kubectl get service velaux -n vela-system -o jsonpath="{.spec.ports[0].nodePort}"

View File

@ -299,7 +299,7 @@ helm install --create-namespace -n vela-system kubevela kubevela/vela-core --ver
VelaUX is a dashboard including UI+API services, it enables you to do everything around application delivery and management.
```shell script
vela addon enable velaux --version 1.3.1
vela addon enable velaux --version v1.3.1
```
expected output: