You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched the issues and found no similar issues.
KubeRay Component
ray-operator
What happened + What you expected to happen
HA Feature added some logic to reconcile events. We can see some unrelated pods are filtered out. This should be optimized to filter to watch and reconcile kuberay specific resources.
Reproduction script
Just start the operator and watch logs
Anything else
No response
Are you willing to submit a PR?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered:
The filter for Kubernetes events is improved by #946. It will still receive some unrelated events, but filter all events in the resource event filters requiring two lookup operations for the local cache. See the PR description of #996 for more details. The next step may remove the Kubernetes informer. Close this issue.
Search before asking
KubeRay Component
ray-operator
What happened + What you expected to happen
HA Feature added some logic to reconcile events. We can see some unrelated pods are filtered out. This should be optimized to filter to watch and reconcile kuberay specific resources.
Reproduction script
Just start the operator and watch logs
Anything else
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: