Jeremy Lewi
d25a14aea2
Fix notebook controller and tensorboard controller docker image build. ( kubeflow/kubeflow#4631 )
...
* The jupyter docker image isn't building because it now depends on code
in components/common
* To make this work we need to configure it as a multi module package
and modify go.mod to redirect to a local path.
* Ref: https://github.com/golang/go/wiki/Modules#when-should-i-use-the-replace-directive
* Replaces PR #4583
Related to #4582 - Jupyter image doesn't build.
2020-01-07 16:25:41 -08:00
Ben Ye
d14f6ac07f
support metrics in notebook-controller ( kubeflow/kubeflow#4123 )
...
Signed-off-by: yeya24 <yb532204897@gmail.com>
2019-10-16 00:15:40 -07:00
Lun-Kai Hsu
2f2938bead
Notebook v1beta1 ( kubeflow/kubeflow#4105 )
...
* add v1beta1
* add storage version
* wip
* add conversion
* setup webhook
* fix
* fix manifest
* webhook wip
* no webhook
2019-09-13 07:04:29 -07:00
Lun-Kai Hsu
8cad496a13
Migrate notebook CR to kubebuilder V2 ( kubeflow/kubeflow#4013 )
...
* wip
* can build
* tested: able to control notebook
* fix
2019-09-04 17:06:22 -07:00
Lun-Kai Hsu
fa3b0b3b0b
Golang notebook controller ( kubeflow/kubeflow#2336 )
...
* kubebuilder init
* replae dep with modules
* add notebook api
* notebook controller impl
* remove test
* fix dockerfile
* fix svc reconcile
* notebook controller ksonnet
* update generated crd
* add sample
* remove TODO
* make golang version an arg
* rename
* fix path
* add README
* Add todo in readme
* remove arg default
2019-02-05 16:43:39 -08:00