mirror of https://github.com/milvus-io/milvus.git
[skip ci]Fix import of util_k8s.py (#12670)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>pull/12644/head
parent
e48b72838b
commit
c064776a45
|
@ -1,7 +1,7 @@
|
|||
import time
|
||||
from kubernetes import client, config
|
||||
from kubernetes.client.rest import ApiException
|
||||
from util_log import test_log as log
|
||||
from utils.util_log import test_log as log
|
||||
|
||||
|
||||
def wait_pods_ready(namespace, label_selector, timeout=360):
|
||||
|
|
Loading…
Reference in New Issue