-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
UPSTREAM: 67093: improve config file modification time #20566
UPSTREAM: 67093: improve config file modification time #20566
Conversation
0e576f9
to
8b699d2
Compare
UPSTREAM: kubernetes/kubernetes#67093 |
/test cmd |
/test extended_conformance_install |
069cd0d
to
dd8cf41
Compare
@deads2k this pick is now up to date with the upstream PR |
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
/approve
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: deads2k, juanvallejo, soltysh 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 |
/retest |
/test unit |
dd8cf41
to
68ec3d8
Compare
New changes are detected. LGTM label has been removed. |
Getting a unit test failure due to a permission error when updating the starting kubeconfig path. |
/retest |
/test gcp |
Upstream PR updating test to match the changes from this PR: kubernetes/kubernetes#67347 |
Trades runtime complexity for spacial complexity when modifying large amounts of contexts on a kubeconfig. In cases where there are few destination filenames for a given amount of contexts, but a large amount of contexts, this patch prevents reading and writing to the same file (or small number of files) over and over again needlessly.
68ec3d8
to
0d9d5db
Compare
Upstream PR has been tagged. Re-lgtm'ing this one |
In cases where there are few destination filenames for a given
amount of contexts, but a large amount of contexts, this patch
prevents reading and writing to the same file (or small number
of files) over and over again needlessly.
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1613075
cc @deads2k @soltysh @liggitt