Skip to content

Commit 1ba5f36

Browse files
ybettank8s-ci-robot
authored andcommitted
Increasing the timeout for cert-manager deployments.
We are pretty often hitting a timeout waiting for the `cert-manager-webhook` deployment which becomes ready after the failure. Timeout is now increased to give enough time for the webhook to be deployed. Signed-off-by: Yoni Bettan <[email protected]>
1 parent d3417ef commit 1ba5f36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ KUSTOMIZE_CONFIG_CERT_MANAGER ?= https://github.com/cert-manager/cert-manager/re
189189
.PHONY: deploy-cert-manager
190190
deploy-cert-manager:
191191
kubectl apply -f $(KUSTOMIZE_CONFIG_CERT_MANAGER)
192-
kubectl -n cert-manager wait --timeout=2m --for=condition=Available deployment \
192+
kubectl -n cert-manager wait --timeout=5m --for=condition=Available deployment \
193193
cert-manager \
194194
cert-manager-cainjector \
195195
cert-manager-webhook

0 commit comments

Comments
 (0)