mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-02-02 01:06:41 +08:00
[skip ci] complete k8s provider deleting pod logic (#4553)
Signed-off-by: yinghao.zou <yinghao.zou@zilliz.com>
This commit is contained in:
parent
e0d33e5546
commit
ec0291a08d
@ -170,7 +170,7 @@ class EventHandler(threading.Thread):
|
||||
self.terminate = True
|
||||
|
||||
def on_drop(self, event, **kwargs):
|
||||
pass
|
||||
self.mgr.delete_pod(event['pod'])
|
||||
|
||||
def on_pod_started(self, event, **kwargs):
|
||||
try_cnt = 3
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user