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

Use server-side filtering of events when looking for abnormalities #1058

Merged
merged 1 commit into from
Apr 6, 2021

Conversation

djwhatle
Copy link
Contributor

@djwhatle djwhatle commented Apr 6, 2021

We may want to get this into 1.4.3 if possible.

I verified this is working as expected in a debugger.

The changes in this PR are equivalent to doing this from the oc cli tool:

oc get event -n mssql-persistent --field-selector 'involvedObject.kind=Pod,involvedObject.name=directvolumemigration-rsync-transfer' -v=6

Copy link
Contributor

@alaypatel07 alaypatel07 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

VISIACK.

Added a code simplification nit, apart from that LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants