-
Notifications
You must be signed in to change notification settings - Fork 4
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
Resolve: Facilitate local development #6
Conversation
* Add Azure auth support to API server * Proxy front-end API calls to local API's default port * Stop front-end from unnecessarily polling namespaces * Use text field for active namespace when front-end not hooked up to the central dashboard * Stop namespace service from defaulting to "kubeflow" namespace
From running
From front-end folder, running
Most likely due to not having the required level of k8s permission, so it isn't letting the API server hydrate its cache of the referenced resources |
Steps taken to test this:
After step 4, open browser to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My only comment would be to add some documentation about how to set it up, the 4 steps we need, and possibly also the necessary permissions for other future users.
@wg102 Good point. I'd usually block this PR to address your comment, but these changes are currently aimed at you and @saffaalvi and you both know how to run it. So I created #10 to do this in a separate PR. |
Resolve: Facilitate local development
the central dashboard
Closes #2