-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Dashboard fails to delete a job #1429
Comments
Thanks for your attention to detail. We are aware of this issue, and are talking with core how to fix this. |
We could apply same fix for our deps as this is critical issue. I have already created PR to fix that (kubernetes/kubernetes#36879) but it always takes much time to merge something into the core. |
@rf232 Can you take care of this for 1.5? |
My PR to core was merged so it's just the matter of updating our deps. |
will do |
Issue details
When deleting a job in the dashboard, the delete does not complete and returns with an error from the API server:
api.DeleteOptions is not suitable for converting to "batch/v1"
Environment
Steps to reproduce
Observed result
The delete operation fails and does not delete the job.
Expected result
The delete operation succeeds and deletes the job.
Comments
I tried looking through the source to find where the api.DeleteOptions is passed by the UI to the unversioned k8s Go client, but I didn't find anything that might be suspect. The job can be deleted from the API server directly by making a correct HTTP DELETE call or via kubectl.
The text was updated successfully, but these errors were encountered: