Skip to content

Commit 392e3df

Browse files
authored
fix: update kubectl rollout status timeout to 30mins (#126)
1 parent 26162bf commit 392e3df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/confirm-rollout-status.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ set -e
55
daemonset=$1
66
namespace=$2
77

8-
kubectl rollout status ds "${daemonset}" -n "${namespace}" --timeout 15m
8+
kubectl rollout status ds "${daemonset}" -n "${namespace}" --timeout 30m

0 commit comments

Comments
 (0)