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 upgrade kb failed with error: failed to get Helm release status: release: not found #8275

Closed
tianyue86 opened this issue Oct 14, 2024 · 2 comments
Assignees
Labels
kind/bug Something isn't working
Milestone

Comments

@tianyue86
Copy link

Describe the bug

tianyue@localhost .kube % kbcli version
Kubernetes: v1.30.4+k3s1
KubeBlocks: 0.9.0
kbcli: 0.9.1

To Reproduce
Steps to reproduce the behavior:

  1. kbcli 090 install kb090 - success
  2. upgrade kbcli to 091
  3. kbcli upgrade kb to version 091 using below command - get error
tianyue@localhost .kube % kbcli kb upgrade --version 0.9.1 --set admissionWebhooks.enabled=true --set admissionWebhooks.ignoreReplicasCheck=true
error: failed to get Helm release status: release: not found

Expected behavior
A clear and concise description of what you expected to happen.

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.

@yipeng1030
Copy link
Contributor

yipeng1030 commented Oct 15, 2024

need to delete old version of kbcli 0.9.1, and fetch the new 0.9.1 version.
the latest commit of 0.9.1 begins with hash 4e858d4.
img_v3_02fm_c6324e1b-c77c-4c88-af3d-0d6ac92ef77g

@tianyue86
Copy link
Author

Verified and fixed. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants