-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Update client_golang dependency to v1.3.0 #4943
Conversation
/retest |
/approve |
@KashifSaadat thanks! |
/retest |
7 similar comments
/retest |
/retest |
/retest |
/retest |
/retest |
/retest |
/retest |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aledbf, KashifSaadat 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 |
Codecov Report
@@ Coverage Diff @@
## master #4943 +/- ##
=========================================
Coverage ? 58.45%
=========================================
Files ? 88
Lines ? 6728
Branches ? 0
=========================================
Hits ? 3933
Misses ? 2364
Partials ? 431 Continue to review full report at Codecov.
|
/retest |
2 similar comments
/retest |
/retest |
What this PR does / why we need it:
Update the prometheus/client_golang dependency to v1.3.0.
On occasion I have experienced the following errors running the ingress nginx controller, causing the container to die and restart:
I haven't been able to consistently reproduce the error through changing load volumes or constructing particular requests, but have hit this on average once every two days. The above issue appears related to prometheus/prometheus#6139, for which there is a potential fix introduced in v1.2.0 of the client_golang dependency.
Types of changes
How Has This Been Tested?
Ran the unit tests, built ingress-nginx from source with this PR and been running in a test environment (AWS, k8s v1.15) with some example workloads (internal web apps, ELK, Grafana, Artifactory, Sonarqube, Keycloak), haven't seen the issue re-occur (however I also haven't found a method of reliably reproducing this issue unfortunately).
Checklist:
My change requires a change to the documentation.I have updated the documentation accordingly.