When --namespaces-to-ignore=... is configured, the startup log still prints:
level=warning msg="KUBERNETES_NAMESPACE is unset, will detect changes in all namespaces."
This is misleading — it doesn't reflect that namespace filtering is active. The log should mention excluded namespaces, e.g.:
level=info msg="Watching all namespaces except: ..., ..."
Config:
--auto-reload-all=true
--namespaces-to-ignore=...
- Reloader v1.4.2
When
--namespaces-to-ignore=...is configured, the startup log still prints:This is misleading — it doesn't reflect that namespace filtering is active. The log should mention excluded namespaces, e.g.:
Config:
--auto-reload-all=true--namespaces-to-ignore=...