Skip to content

Predicates are not filtering reconciler events #56

Description

@object88

Secrets which should be filtered out (per namespace, etc.) are getting through to reconciliation mechanism.

Example:

2021-01-05T08:15:04.962Z	INFO	secret/secret_controller.go:53	Reconciling Secret	{"Request.Namespace": "kube-system", "Request.Name": "service-account-controller-token-dbsfx"}
2021-01-05T08:15:04.962Z	INFO	secret/secret_controller.go:69	helm secret is alive	{"Request.Namespace": "kube-system", "Request.Name": "service-account-controller-token-dbsfx"}
2021-01-05T08:15:04.962Z	INFO	secret/secret_controller.go:53	Reconciling Secret	{"Request.Namespace": "kube-system", "Request.Name": "pv-protection-controller-token-kd22t"}
2021-01-05T08:15:04.962Z	INFO	secret/secret_controller.go:69	helm secret is alive	{"Request.Namespace": "kube-system", "Request.Name": "pv-protection-controller-token-kd22t"}
2021-01-05T08:15:04.963Z	INFO	secret/secret_controller.go:53	Reconciling Secret	{"Request.Namespace": "kube-system", "Request.Name": "namespace-controller-token-v5cft"}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions