-
Notifications
You must be signed in to change notification settings - Fork 448
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
Can not find experiments in frontend if namespace is not kubeflow #774
Comments
facing the same issue kubeflow version 0.6.2. Cant see any thing in experiments UI also experiments/trials in running state. |
Yes. This is a known issue. This issue will be solved in upcoming 0.7 release |
@johnugeorge is there any earlier version in which experiment UI is working? |
I was referring to issue where Katib job and services are in different namespaces: Related: #343 |
@SatyaNarayan1 Do you have them in different namespaces? |
@johnugeorge I tried both approach
|
So, current implementation is such that we do not provide namespace, it is uses the namespace of the deployment (which is KF) From @johnugeorge |
New to Katib project and do we have an estimate on work to support different namespace. Since most important components are moved to multi-tenancy mode, I hope users can submit their katib experiment in their own namespace. Otherwise, user may not have permission on kubeflow in most of the enterprise envs. This should be a high priority improvement. |
Hi @Jeffwan I think we are going to give katib cluster scoped access and show all the experiments in all namespaces. And I will work on it. Does it work for you? |
/assign |
@gaocegege That makes sense. Show all experiments is good enough now. |
/area front-end |
@gaocegege: Closing this issue. |
Great! Thanks @gaocegege |
Thanks for the issue! @Jeffwan |
/kind bug
What steps did you take and what happened:
I am new to katib and not sure if this is an issue.
Based on my finding, I notice if I submit experiments in different namespaces other than kubeflow. There're two problems
experiment
status are not updated. Checked status using commandkubectl get experiments
What did you expect to happen:
We want every individual user create experiment in their own namespace.
Environment:
kubectl version
): 1.13.8The text was updated successfully, but these errors were encountered: