Skip to content

Fixed a critical caching bug

Latest
Compare
Choose a tag to compare
@venkatsc venkatsc released this 21 Jun 13:35
· 2 commits to master since this release
7ce73b3
  • Includes a critical fix for caching path introduced in v0.2.0

Pod killer uses a deduplication cache to avoid lookup duplication. In case of pod name resolution cache pod unavailability , the deduplication cache is not cleared and that lead to non-functioning pod killer with v0.2.0. The current release fixes this critical bug and clears the deduplication cache on pod name resolution cache lookup failures.