-
Notifications
You must be signed in to change notification settings - Fork 724
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
Deleting tf-job through the dashboard is not working #1019
Comments
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
I think I know what's going on. The message is just misleading - looks like it is hardcoded. Also for deletion to work, the user needs to actually click on the TFJob to delete. This means that the URL should be something like
instead of just
If either the namespace or name is missing in the request, the deletion will fail. |
Is the TFJob dashboard worth keeping? |
Moving this out of 1.0 since the dashboard is being deprecated. Will reconsider this in 0.7 if there is a demand to bring back the dashboard. |
I think we can close this now since the dashboard is deprecated. /close |
@richardsliu: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
When i tried to delete a tf-job through tf-job dashboard. I get a message saying "Are you sure you want to delete TFJob "test" in namespace "test"?"
The text was updated successfully, but these errors were encountered: