Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Increase dns-app update status checks #2324

Merged
merged 1 commit into from
Nov 15, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion assets/dns-app/hooks/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if [ $1 = "update" ]; then
rig delete ds/coredns-worker --resource-namespace=kube-system --force

echo "Checking status"
rig status $RIG_CHANGESET --retry-attempts=120 --retry-period=1s --debug
rig status $RIG_CHANGESET --retry-attempts=600 --retry-period=1s --debug
echo "Freezing"
rig freeze
elif [ $1 = "rollback" ]; then
Expand Down