Can not find experiments in frontend if namespace is not kubeflow
See original GitHub issue/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
- Can not find experiments on UI
- Sometimes experiment never get done. Seems pod are done but
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:
- Kubeflow version: 0.6.2
- Kubernetes version: (use
kubectl version
): 1.13.8
Issue Analytics
- State:
- Created 4 years ago
- Comments:16 (12 by maintainers)
Top Results From Across the Web
Models UI
The Models web app is responsible for allowing the user to manipulate the Model Servers in their Kubeflow cluster.
Read more >Runtime Configuration — Elyra 3.1.0 documentation
A runtime configuration provides Elyra access to external resources, such as Kubeflow Pipelines or Apache Airflow for scalable pipeline execution. You can ......
Read more >Build flexible and scalable distributed training architectures ...
In this post, we demonstrate how Kubeflow on AWS (an AWS-specific distribution of Kubeflow) used with AWS Deep Learning Containers and ...
Read more >From notebooks to pipelines: Using Open Data Hub and ...
This route brings you to the main Kubeflow portal, where you must create a new profile and a working namespace. From the left...
Read more >Train a model
Install mlmd sdk !pip install --user "git+git://github.com/kubeflow/metadata. ... "data") if not os.path.exists(data_dir): os.makedirs(data_dir) local_file ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @Jeffwan /cc @johnugeorge
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?
Thanks for the issue! @Jeffwan