We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 118c7d7 commit 636a8e6Copy full SHA for 636a8e6
hack/verify-examples.sh
@@ -21,9 +21,9 @@ rollout_and_wait() {
21
22
APPNAME=$(kubectl apply -f $1 | grep -E "^(:?daemonset|deployment|statefulset|pod)" | awk '{printf $1}')
23
if [[ -n $(expr "${APPNAME}" : "\(daemonset\|deployment\|statefulset\)" || true) ]]; then
24
- kubectl rollout status $APPNAME --watch --timeout=5m
+ kubectl rollout status $APPNAME --watch --timeout=20m
25
else
26
- kubectl wait "${APPNAME}" --for condition=ready --timeout=5m
+ kubectl wait "${APPNAME}" --for condition=ready --timeout=20m
27
fi
28
}
29
0 commit comments