-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Skip specify namespace for CreateRun APIs #3290
Comments
/close |
@chensun: 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. |
A follow up bug fix: #3477 |
/reopen |
@Bobgy: Reopened 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. |
In previous release, when creating runs in multi-user mode, user need to specify a namespace.
This is no longer needed in the future, since the user will always specify an experiment, and an experiment always belongs to a single namespace.
This issue tracks the work to revert the change done previously.
The text was updated successfully, but these errors were encountered: