Agents that have started when opening a notebook are not removed when the notebook is closed.
The cluster ends up with a many agents that need to be removed manually.
Serverlog:
ERROR [Datalore EDT Manager] j.d.n.s.c.a.i.ExtendedInstanceManagerImpl Agent docker-swarm-base-LL8ulkHr should be destroyed but still running!
I’m sorry to disappoint you, but Docker Swarm environment is not officially supported by Datalore, therefore I unfortunately won’t be able to help you.
Thank you!
Best regards,
Igor Medovolkin
QA Engineer in Datalore
The machine is started up as expected, but then Kubernetes complains it can’t downsize:
Pod is blocking scale down because it's not backed by a controller
And it recommends to add this flag:
Set annotation 'cluster-autoscaler.kubernetes.io/safe-to-evict': 'true' for pod or define a controller, such as a deployment or ReplicaSet, for the pod
Maybe it is a good idea to add this to the helm script?