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
# Description
Retina Operator deletes endpoints when processing Pod delete events, but
if for some reason an endpoint exists after its Pod was deleted, then
endpoint GC comes into play.
Endpoint GC was broken because it was failing to watch CiliumNodes. Fix
by using a fake CiliumNodes resource.
## Related Issue
Fixes#598 (logs and details there)
## Checklist
- [x] I have read the [contributing
documentation](https://retina.sh/docs/contributing).
- [x] I signed and signed-off the commits (`git commit -S -s ...`). See
[this
documentation](https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification)
on signing commits.
- [x] I have correctly attributed the author(s) of the code.
- [x] I have tested the changes locally.
- [x] I have followed the project's style guidelines.
- [ ] I have updated the documentation, if necessary.
- [ ] I have added tests, if applicable.
## Testing Completed
Manual testing. Operator e2e's are WIP in another PR.
Signed-off-by: Hunter Gregory <[email protected]>
0 commit comments