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

[BUG] kbcli enable addon mariadb error #5665

Closed
JashBook opened this issue Oct 30, 2023 · 0 comments · Fixed by #5670
Closed

[BUG] kbcli enable addon mariadb error #5665

JashBook opened this issue Oct 30, 2023 · 0 comments · Fixed by #5670
Assignees
Labels
bug kind/bug Something isn't working severity/major Great chance user will encounter the same problem
Milestone

Comments

@JashBook
Copy link
Collaborator

Describe the bug
kbcli enable addon mariadb error:
Error: execution error at (mariadb/templates/rbac.yaml:1:4): Release name "kb-addon-mariadb" is invalid, must be no more than 15 characters

➜  ~ kbcli version
Kubernetes: v1.26.7-gke.500
KubeBlocks: 0.7.0-beta.13
kbcli: 0.7.0-beta.13

To Reproduce
Steps to reproduce the behavior:

  1. kbcli addon enable mariadb
  2. See error
➜  ~ kubectl get pod
NAME                                            READY   STATUS    RESTARTS   AGE
install-mariadb-addon-dtpw7                     0/1     Error     0          65s
install-mariadb-addon-kf2mv                     0/1     Error     0          89s
install-mariadb-addon-s59c7                     0/1     Error     0          109s
install-mariadb-addon-tkw42                     0/1     Error     0          103s

➜  ~ kubectl logs install-mariadb-addon-tkw42
Defaulted container "helm" out of: helm, copy-charts (init)
Release "kb-addon-mariadb" does not exist. Installing it now.
Error: execution error at (mariadb/templates/rbac.yaml:1:4): Release name "kb-addon-mariadb" is invalid, must be no more than 15 characters

Expected behavior
kbcli enable addon mariadb success.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

@JashBook JashBook added the kind/bug Something isn't working label Oct 30, 2023
@JashBook JashBook assigned JashBook and unassigned shanshanying Oct 30, 2023
@github-actions github-actions bot added this to the Release 0.7.0 milestone Oct 30, 2023
@JashBook JashBook added the severity/major Great chance user will encounter the same problem label Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug kind/bug Something isn't working severity/major Great chance user will encounter the same problem
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants