-
Notifications
You must be signed in to change notification settings - Fork 706
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
Unable to delete Flux package in "pending" state #5538
Comments
I've also hit this issue in the past. Perhaps we should just allow removing apps in
It is on the backend's plate: the So, I see two options here: either removing the WDYT? |
yes to question 1, we should absolutely allow deleting apps in "pending" or "failed" state. I don't believe flux plugin restricts that. question 2: is flux plugin issue, i verified. feel free to pass it to me when (1) is fixed. Thanks |
I've merged a fix for issue 2. re-opening to keep track of issue 1 |
the remaining issue is purely a UX change. Please re-assign accordingly. Thanks |
### Description of the change As reported in #5538, sometimes, packages get stuck in a pending state. Currently, Kubeapps UI was preventing the deletion of pending packages, but this might not be a good solution if we really want to delete a package. It should be the backend that manages the deletion (or not) of a pending package. However, the tooltip is still being shown, this way users, at least, will notice something is happening with this package. ### Benefits No more pending packages stuck ### Possible drawbacks N/A ### Applicable issues - fixes #5538 ### Additional information ![image](https://user-images.githubusercontent.com/11535726/197772089-1332fcf9-dcf3-4b0f-b7ca-a524a0ca08c6.png) ![image](https://user-images.githubusercontent.com/11535726/197772022-857f5f7c-fb56-4ad9-972e-f36a27259af4.png) Signed-off-by: Antonio Gamez Diaz <agamez@vmware.com>
I tried to deploy a flux package via UX.
The app failed to deploy for whatever reason (separate issue).
I would like to be able to delete this package but the UX won't let me. See attached screenshot
Also, I would like to know why it says "pending". There is nothing "pending" about it. The install is complete and was a failure.
Let me know if step-by-step reproduction instructions are needed I will be happy to provide.
Thanks
The text was updated successfully, but these errors were encountered: