-
Notifications
You must be signed in to change notification settings - Fork 731
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
TF operator UI not showing jobs #836
Comments
Which namespace is set to test? Previous issue with namespaces: kubeflow/kubeflow#1397 and #754 |
Developer console show's me 500's when it fetches |
Cluster role looks like its correct
|
Dashboard logs show the following error
|
Looks like a bug in the clusterrolebinding for TFJob dashboard
We're binding the wrong service account. |
* The UI isn't able to list jobs in all namespaces because the cluster role binding isn't using the correct role Related to kubeflow/trainer#836
* The UI isn't able to list jobs in all namespaces because the cluster role binding isn't using the correct role Related to kubeflow/trainer#836
* Fix the TFJobs Dashboard UI * The UI isn't able to list jobs in all namespaces because the cluster role binding isn't using the correct role Related to kubeflow/trainer#836 * Fix test.
* Fix the TFJobs Dashboard UI * The UI isn't able to list jobs in all namespaces because the cluster role binding isn't using the correct role Related to kubeflow/trainer#836 * Fix test.
* The UI isn't able to list jobs in all namespaces because the cluster role binding isn't using the correct role Related to kubeflow/trainer#836
* Fix the TFJobs Dashboard UI * The UI isn't able to list jobs in all namespaces because the cluster role binding isn't using the correct role Related to kubeflow/trainer#836 * Fix test.
Is this issue fixed in kubeflow/kubeflow#1717? Could we close it? |
* Fix the TFJobs Dashboard UI * The UI isn't able to list jobs in all namespaces because the cluster role binding isn't using the correct role Related to kubeflow/trainer#836 * Fix test.
I am using kubeflow v0.3.0-rc3. I create a TF job but unable to see it in the UI (going through ambassador):
It seems that the namespace is set to test, and the tf job I created is in kubeflow, but I am unable to change the namespace in the UI.
The text was updated successfully, but these errors were encountered: