bump up kind versions
This commit is contained in:
parent
a64c355985
commit
9d1939d1ce
2
Makefile
2
Makefile
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
|
|
@ -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'):
|
||||
|
|
|
|||
Loading…
Reference in New Issue