You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@submarine.apache.org by "Che-Kuang Chu (Jira)" <ji...@apache.org> on 2021/07/30 07:22:00 UTC

[jira] [Created] (SUBMARINE-954) Submarine experiment and notebook pods are still alive after the server is down

Che-Kuang Chu created SUBMARINE-954:
---------------------------------------

             Summary: Submarine experiment and notebook pods are still alive after the server is down
                 Key: SUBMARINE-954
                 URL: https://issues.apache.org/jira/browse/SUBMARINE-954
             Project: Apache Submarine
          Issue Type: Bug
          Components: Backend Server
            Reporter: Che-Kuang Chu
            Assignee: Che-Kuang Chu


After the submarine-server is down, we can find that the experiment and notebook pods are still alive in the cluster. 

Reproduce steps:
 # helm install submarine ./helm-charts/submarine
 # access to the workbench by port forwarding
 # add notebook or experiment from the workbench
 # helm uninstall submarine
 # kubectl get pod, and we can find that the pods are still in the cluster

To fix the bug, we can maybe add onwerReferences to the created resources.

Reference:
 * ownerReference: *[https://kubernetes.io/docs/concepts/overview/working-with-objects/owners-dependents/]***

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@submarine.apache.org
For additional commands, e-mail: dev-help@submarine.apache.org