Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enable velaux error #610

Closed
StevenLeiZhang opened this issue Apr 16, 2022 · 0 comments · Fixed by #611
Closed

enable velaux error #610

StevenLeiZhang opened this issue Apr 16, 2022 · 0 comments · Fixed by #611

Comments

@StevenLeiZhang
Copy link
Contributor

procedure:

  1. follow https://kubevela.net/zh/docs/install to enable velaux

  2. enable velaux

vela addon enable velaux serviceType=NodePort --version 1.3.1
  1. one error is raised
➜  local vela addon enable velaux serviceType=NodePort --version 1.3.1
Error: specified version 1.3.1 not exist
➜  local

expected result:

  1. velaux can be installed without error

investigation:

  1. try to list all addons
➜  local vela addon list | grep vela
velaux                   	KubeVela	KubeVela User Experience (UX). An extensible, application-oriented delivery and management Dashboard.	[v1.3.1, v1.3.0, v1.3.0-beta.2, ...]	disabled
➜  local

you will see the version is not "1.3.1" but "v1.3.1"

  1. so try
➜  local vela addon enable velaux serviceType=NodePort --version v1.3.1
I0416 10:27:22.365686   40354 apply.go:107] "creating object" name="workflowstep-uischema-webhook" resource="/v1, Kind=ConfigMap"
I0416 10:27:22.378243   40354 apply.go:107] "creating object" name="component-uischema-task" resource="/v1, Kind=ConfigMap"
I0416 10:27:22.386727   40354 apply.go:107] "creating object" name="addon-uischema-velaux" resource="/v1, Kind=ConfigMap"
I0416 10:27:22.397918   40354 apply.go:107] "creating object" name="trait-uischema-scaler" resource="/v1, Kind=ConfigMap"
I0416 10:27:22.407483   40354 apply.go:107] "creating object" name="trait-uischema-storage" resource="/v1, Kind=ConfigMap"
I0416 10:27:22.416482   40354 apply.go:107] "creating object" name="component-uischema-k8s-objects" resource="/v1, Kind=ConfigMap"
I0416 10:27:22.426224   40354 apply.go:107] "creating object" name="component-uischema-webservice" resource="/v1, Kind=ConfigMap"
I0416 10:27:22.437073   40354 apply.go:107] "creating object" name="workflowstep-uischema-notification" resource="/v1, Kind=ConfigMap"
I0416 10:27:22.447968   40354 apply.go:107] "creating object" name="workflowstep-uischema-deploy2env" resource="/v1, Kind=ConfigMap"
I0416 10:27:22.460360   40354 apply.go:107] "creating object" name="addon-secret-velaux" resource="/v1, Kind=Secret"
Addon: velaux enabled Successfully.
Please access the velaux from the following endpoints:
+---------+-----------+----------------------------+---------------------------+
| CLUSTER | COMPONENT |  REF(KIND/NAMESPACE/NAME)  |         ENDPOINT          |
+---------+-----------+----------------------------+---------------------------+
|         | velaux    | Service/vela-system/velaux | http://192.168.65.4:30150 |
+---------+-----------+----------------------------+---------------------------+

It works now!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant