[skip ci]Fix import of util_k8s.py (#12670)

Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
pull/12644/head
zhuwenxing 2021-12-03 10:23:32 +08:00 committed by GitHub
parent e48b72838b
commit c064776a45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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):