Skip to content

gaocegege/kubeflow-weekly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 

Repository files navigation

Kubeflow Weekly

April 2, 2018 - April 8, 2018

Edited by: @gaocegege

Updates from Kubeflow

Updates from tf-operator

Updates from Community

March 26, 2018 - April 1, 2018

Edited by: @gaocegege

Updates from Kubeflow

The frontend is now using hashRouter instead of browserRouter, meaning the location of the UI is determined only by the portion of the url after the # (similar to k8s dashboard).

Request to the backend are also properly routed now. The backend request are sent to the portion of the url until the first occurence of tfjobs + /api i.e: http://127.0.0.1:8001/api/v1/namespaces/kubeflow/services/ambassador:80/proxy/tfjobs/ui/#/new will translate into: http://127.0.0.1:8001/api/v1/namespaces/kubeflow/services/ambassador:80/proxy/tfjobs/api

This means this would break if we decide to route the dashboard with ambassador on /dashboard instead of /tfjob, so the route should be part of a dashboard config at some point.

Updates from tf-operator

Updates from Community

Releases

No releases published

Packages

No packages published