🐛Retry fetching user data from secretmanager if first request fails#4896
🐛Retry fetching user data from secretmanager if first request fails#4896k8s-ci-robot merged 1 commit intokubernetes-sigs:mainfrom
Conversation
Signed-off-by: Alexandr Demicev <alexandr.demicev@suse.com>
|
/test pull-cluster-api-provider-aws-e2e |
|
/test ? |
|
@richardcase: The following commands are available to trigger required jobs:
The following commands are available to trigger optional jobs:
Use
DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/test pull-cluster-api-provider-aws-e2e |
|
/retest |
|
/lgtm |
|
This change looks good to me and both sets of e2e are passing so from my side: /approve |
|
@richardcase: once the present PR merges, I will cherry-pick it on top of release-2.4 in a new PR and assign it to you. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: richardcase The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@richardcase: new pull request created: #4911 DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
What type of PR is this?
/kind bug
What this PR does / why we need it:
When the bootstrap script runs, first call to the SecretsManager can fail in our environment. This PR adds a retry logic to the bootstrap script, if the first request fails it will retry again 10 times with a 10 second timeout.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)format, will close the issue(s) when PR gets merged):Fixes #
Special notes for your reviewer:
Checklist:
Release note: