kubeflow / pytorch-operator

PyTorch on Kubernetes
Apache License 2.0
306 stars 143 forks source link

It will be better to avoid deleting unexisting worker services. #232

Closed leileiwan closed 4 years ago

leileiwan commented 4 years ago

hi, In the function “ deletePodsAndServices”,we clean the services by delete all the services of pod including the worker pod. it will be better to avoid deleting unexisting worker services.

reference:

gaocegege commented 4 years ago

/kind feature