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

exec: fix cache for pod info #264

Merged
merged 1 commit into from
Jul 27, 2022
Merged

Conversation

willfindlay
Copy link
Contributor

After 4dac275, exec.go was adding events to the wrong cache. This was causing missing
pod info for essentially all events. Fix this by using the execCache again rather than the
eventCache.

Signed-off-by: William Findlay [email protected]

After 4dac275, exec.go was adding events to the wrong cache. This was causing missing
pod info for essentially all events. Fix this by using the execCache again rather than the
eventCache.

Signed-off-by: William Findlay <[email protected]>
@willfindlay willfindlay requested a review from jrfastab July 26, 2022 20:09
@willfindlay willfindlay requested a review from a team as a code owner July 26, 2022 20:09
@willfindlay
Copy link
Contributor Author

Planning on unifying the two caches but I will do that as a follow-up. For now let's fix the regression.

@willfindlay willfindlay merged commit 54856c9 into main Jul 27, 2022
@willfindlay willfindlay deleted the pr/willfindlay/fix-broken-cache branch July 27, 2022 01:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants