Fix: enable velaux error (#611)
Signed-off-by: StevenLeiZhang <zhangleiic@163.com> Co-authored-by: zhanglei1306 <zhanglei1306@jd.com>
This commit is contained in:
parent
79cc1a30c9
commit
49b34fd994
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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}"
|
||||
|
|
|
|||
|
|
@ -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}"
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue