File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -74,10 +74,10 @@ install_knative() {
7474 --type merge \
7575 --patch ' {"data":{"127.0.0.1.sslip.io":""}}'
7676
77- kubectl wait -n " $( knative_namespace) " deployment/activator --for condition=Available
78- kubectl wait -n " $( knative_namespace) " deployment/autoscaler --for condition=Available
79- kubectl wait -n " $( knative_namespace) " deployment/controller --for condition=Available
80- kubectl wait -n " $( knative_namespace) " deployment/webhook --for condition=Available
81- kubectl wait -n " $( knative_namespace) " deployment/net-kourier-controller --for condition=Available
77+ kubectl wait --timeout= " ${E2E_TIMEOUT} s " - n " $( knative_namespace) " deployment/activator --for condition=Available
78+ kubectl wait --timeout= " ${E2E_TIMEOUT} s " - n " $( knative_namespace) " deployment/autoscaler --for condition=Available
79+ kubectl wait --timeout= " ${E2E_TIMEOUT} s " - n " $( knative_namespace) " deployment/controller --for condition=Available
80+ kubectl wait --timeout= " ${E2E_TIMEOUT} s " - n " $( knative_namespace) " deployment/webhook --for condition=Available
81+ kubectl wait --timeout= " ${E2E_TIMEOUT} s " - n " $( knative_namespace) " deployment/net-kourier-controller --for condition=Available
8282 wait_until eval ' kubectl get crd -o name | grep -cF .knative. | grep -q 12'
8383}
You can’t perform that action at this time.
0 commit comments