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: automated:
prune: true prune: true
selfHeal: true selfHeal: true
retry:
limit: 10
backoff:
duration: 1m
factor: 2
maxDuration: 16m
syncOptions: syncOptions:
- CreateNamespace=true - CreateNamespace=true

View File

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

View File

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

View File

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