-
Notifications
You must be signed in to change notification settings - Fork 4
Upgrade 1.6: Fix Backend #125
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
Comments
Notes from meeting
Development WorkflowNote: 2 ways to set this up (1) connect to dev cluster directly or (2) mock k3d cluster and point jupyter-web api to k3d cluster
Features to testjupyter APIs
volume table
|
Link to upstream routes: https://github.com/kubeflow/kubeflow/tree/v1.6.0/components/crud-web-apps/jupyter/backend/apps/common/routes Link to our .go file with the api routes: https://github.com/StatCan/jupyter-apis/blob/main/main.go In summary, a branch for development has been created as this work outlives this ticket, and has been split into: |
Uh oh!
There was an error while loading. Please reload this page.
See issue StatCan/aaw#1242
This issue is part of the whole upgrade kubeflow.
The items or specifics will be written down after talking to Will.
After a quick chat with Will, it seems the way they have done the update previously is to launch the upstream jupyter-api, then open devtools and take a look at any of the requests that the webapp is making to the backend, along with their payloads and then update the golang schema for any corrections.
There are 3 parts of this issue: It might be wise to split the ticket in 3 as well?
Jupyter
Tensorboards
Volumes
This being said, we don't have the same UI as they do.
Per example, our Jupyter has some option theirs don't.
We use our own volume table. Might have changed.
We do not yet use Tensorboards, but we might want to include it.
TODO
The text was updated successfully, but these errors were encountered: