You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ kubectl get all
NAME READY STATUS RESTARTS AGE
pod/test-simple-job-default-worker-8911716d53-7f8dc4897-tlqm2 1/1 Running 0 5s
pod/test-simple-job-default-worker-ae18a247f6-64d8f6d6d7-xlf4m 1/1 Running 0 5s
pod/test-simple-job-runner 1/1 Running 0 6s
pod/test-simple-job-scheduler-7bc7cfb9b7-jlbb6 0/1 Running 0 5s
Delete the DaskJob.
kubectl delete -f daskjob.yaml
Quickly re-create the DaskJob again.
kubectl apply -f daskjob.yaml
Anything else we need to know?:
This doesn't affect the scheduler or worker pods because they have a unique suffix appended to their names. The runner pod does not. See this code that generates the runner pod's name:
Describe the issue:
The runner pod for DaskJobs fails to spawn when a DaskJob is deleted and then re-created again quickly.
Minimal Complete Verifiable Example:
Anything else we need to know?:
This doesn't affect the scheduler or worker pods because they have a unique suffix appended to their names. The runner pod does not. See this code that generates the runner pod's name:
dask-kubernetes/dask_kubernetes/operator/controller/controller.py
Line 171 in c783909
Environment:
The text was updated successfully, but these errors were encountered: