-
Notifications
You must be signed in to change notification settings - Fork 253
HIVE-2847: AWSPrivateLink: improve VPCEndpoint reconcile #2671
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
HIVE-2847: AWSPrivateLink: improve VPCEndpoint reconcile #2671
Conversation
@2uasimojo: This pull request references HIVE-2847 which is a valid jira issue. In 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 openshift-eng/jira-lifecycle-plugin repository. |
/hold I should add UT. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2671 +/- ##
==========================================
+ Coverage 50.24% 50.28% +0.04%
==========================================
Files 287 287
Lines 33971 33995 +24
==========================================
+ Hits 17069 17096 +27
+ Misses 15553 15550 -3
Partials 1349 1349
🚀 New features to boost your workflow:
|
2dd2691
to
3415a85
Compare
/assign @jstuever |
/hold cancel |
/hold I did the metrics wrong. |
3415a85
to
2481859
Compare
@2uasimojo: This pull request references HIVE-2847 which is a valid jira issue. In 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 openshift-eng/jira-lifecycle-plugin repository. |
2481859
to
2440692
Compare
/hold cancel /assign @jstuever |
- Detect whether a previously-configured hub VPCEndpoint went bad (was rejected or deleted) and replace it. NOTE: If the new VPCEndpoint is in a different VPC than the original, we will also replace the HostedZone, leaking the old one. - Produce a log message with the count of the total number of hub VPCEndpoints to facilitate leak detection. This is at Warn level if >1, Info otherwise; and contains a field with key `numVPCEndpoints` for your alerting needs.
2440692
to
04adc57
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: 2uasimojo, jstuever 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 |
@2uasimojo: all tests passed! Full PR test history. Your PR dashboard. 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-sigs/prow repository. I understand the commands that are listed here. |
numVPCEndpoints
for your alerting needs.