bump up kind versions

This commit is contained in:
Sergey Dudoladov 2019-05-24 16:21:11 +02:00
parent a64c355985
commit 9d1939d1ce
2 changed files with 2 additions and 2 deletions

View File

@ -98,7 +98,7 @@ e2e-build:
e2e-tools:
# install pinned version of 'kind'
# leave the name as is to avoid overwriting official binary named `kind`
wget https://github.com/kubernetes-sigs/kind/releases/download/0.2.1/kind-linux-amd64
wget https://github.com/kubernetes-sigs/kind/releases/download/v0.3.0/kind-linux-amd64
chmod +x kind-linux-amd64
mv kind-linux-amd64 $(KIND_PATH)

View File

@ -264,7 +264,7 @@ class K8s:
def wait_for_operator_pod_start(self):
self. wait_for_pod_start("name=postgres-operator")
# HACK operator must register CRD / add existing PG clusters after pod start up
# for local execution 10 suffices
# for local execution ~ 10 seconds suffices
time.sleep(30)
def wait_for_pod_start(self, pod_labels, namespace='default'):