Replies: 2 comments
-
did you try see any change should be captured by |
Beta Was this translation helpful? Give feedback.
0 replies
-
That worked, thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
I am trying to log Kubernetes events as they come in. However, it seems like Kubernetes will correlate the events and if it finds a similar one, it will just increase that event's
count
Is there anyway to get events as they come in before Kubernetes de-dupes them?
Here is my code right now, but it will only log if there is a new event and it doesn't log if the event correlates with an existing event.
Kubernetes C# SDK Client Version
13.0.26
Server Kubernetes Version
1.28.5
Dotnet Runtime Version
N/A
To Reproduce
Have Kubernetes correlate the event
Expected behavior
A separate log message for every event that comes in
KubeConfig
N/A
Where do you run your app with Kubernetes SDK (please complete the following information):
Additional context
N/A
Beta Was this translation helpful? Give feedback.
All reactions