Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add retries for TLS handshake timeout on kubectl waits #6373

Merged
merged 1 commit into from
Aug 2, 2023

Conversation

vignesh-goutham
Copy link
Member

Description of changes:
Kubectl waits already have a retry policy which checks for both connection refused and IO timeouts. This change updates the regex to also include a tls handshake timeout so that the policy and retry on such occurrences.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@eks-distro-bot eks-distro-bot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Aug 1, 2023
@vignesh-goutham
Copy link
Member Author

/hold

@codecov
Copy link

codecov bot commented Aug 1, 2023

Codecov Report

❗ No coverage uploaded for pull request base (release-0.16@7522fcd). Click here to learn what that means.
The diff coverage is n/a.

@@               Coverage Diff               @@
##             release-0.16    #6373   +/-   ##
===============================================
  Coverage                ?   73.81%           
===============================================
  Files                   ?      452           
  Lines                   ?    38008           
  Branches                ?        0           
===============================================
  Hits                    ?    28055           
  Misses                  ?     8308           
  Partials                ?     1645           

@ahreehong
Copy link
Member

/lgtm
/approve

@eks-distro-bot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ahreehong

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@vignesh-goutham
Copy link
Member Author

/unhold

@eks-distro-bot eks-distro-bot merged commit 8c32baa into aws:release-0.16 Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved lgtm size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants