mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-12-02 06:13:54 +00:00
when the KUBE_WATCHLIST_INCONSISTENCY_DETECTOR environment variable was set then the reflector performs a data consistency check. The consistency check is meant to be enforced only in the CI, not in production. The check ensures that data retrieved by the watch-list api call is exactly the same as data received by the standard list api call. note that the new env var is set in the same places the ENABLE_CACHE_MUTATION_DETECTOR is set.