sematic-ai / sematic

An open-source ML pipeline development platform
Other
969 stars 58 forks source link

Helm uninstall does not terminate socketio pod #1079

Closed tscurtu closed 11 months ago

tscurtu commented 11 months ago
$ helm uninstall sematic-server
release "sematic-server" uninstalled
$ kubectl get pods
NAME                                     READY   STATUS      RESTARTS   AGE
migration-sematic-server-vxs64           0/1     Completed   0          109s
sematic-server-socketio-5f5d8cf7-zvsh4   1/1     Running     0          135m
tscurtu commented 11 months ago

Potentially caused by: https://github.com/sematic-ai/sematic/issues/1080#issuecomment-1758739191 Closing for now. Will reopen if this re-manifests.