feat(bootstrap): auto retry with backoff

This commit is contained in:
Khue Doan 2021-12-27 15:28:21 +07:00
parent f86077894c
commit d493de34f0
4 changed files with 24 additions and 0 deletions

View File

@ -24,5 +24,11 @@ spec:
automated:
prune: true
selfHeal: true
retry:
limit: 10
backoff:
duration: 1m
factor: 2
maxDuration: 16m
syncOptions:
- CreateNamespace=true

View File

@ -22,3 +22,9 @@ spec:
syncPolicy:
automated:
selfHeal: true
retry:
limit: 10
backoff:
duration: 1m
factor: 2
maxDuration: 16m

View File

@ -26,3 +26,9 @@ spec:
selfHeal: true
syncOptions:
- CreateNamespace=true
retry:
limit: 10
backoff:
duration: 1m
factor: 2
maxDuration: 16m

View File

@ -26,3 +26,9 @@ spec:
selfHeal: true
syncOptions:
- CreateNamespace=true
retry:
limit: 10
backoff:
duration: 1m
factor: 2
maxDuration: 16m