notebooks/components/notebook-controller/controllers
apoger b46583df63 Fix notebook culling (kubeflow/kubeflow#6659)
The notebook controller writes the last-activity annotation
before culling the Notebook, however, doesn't remove this
annotation before start. This causes the Notebook to be culled
again before is has a chance to start.

Fix:
* calculate correctly the podFound variable and ensure its value
  its true only if the Pod is actually found. This way the culling
  annotation will be removed when there is no Pod.

Signed-off-by: Apostolos Gerakaris <apoger@arrikto.com>

Signed-off-by: Apostolos Gerakaris <apoger@arrikto.com>
2022-09-22 14:07:38 +00:00
..
notebook_controller.go Fix notebook culling (kubeflow/kubeflow#6659) 2022-09-22 14:07:38 +00:00
notebook_controller_bdd_test.go Implemented functional tests using ginkgo for notebook controller (kubeflow/kubeflow#5378) 2020-11-11 05:57:49 -08:00
notebook_controller_test.go Fix #6056: Update Notebook status properly (kubeflow/kubeflow#6628) 2022-08-30 13:47:55 +00:00
suite_test.go Support K8s 1.22 in notebook controller (kubeflow/kubeflow#6374) 2022-05-03 15:49:01 +00:00