-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Cherry-pick #18882 to 7.8: Add better handling for Kubernetes Update and Delete watcher events #20340
Conversation
…lastic#18882) (cherry picked from commit d573e8c)
Pinging @elastic/integrations-platforms (Team:Platforms) |
❕ Build Aborted
Expand to view the summary
Build stats
Log outputExpand to view the last 100 lines of log output
|
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.
@ChrsMark wdyt about merging this too in case there is a 7.8.2 release?
❕ Build Aborted
Expand to view the summary
Build stats
Test stats 🧪
Test errorsExpand to view the tests failures
Steps errorsExpand to view the steps failures
Log outputExpand to view the last 100 lines of log output
|
Cherry-pick of PR #18882 to 7.8 branch. Original message:
Improvements for #11834 described on #11834 (comment)
Changes:
Retry on configCheck failures in order to cover stop/start events.Update
events when status of Pod isPending
.delete
anywayeven if the obj cannot be found in the
store` atbeats/libbeat/common/kubernetes/watcher.go
Line 202 in 95626b8