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
If initialDelaySec = 0 - the notification is send :
"Test notification from namespace: bar"
Expected behavior
The controller would only watch ressources in the namespace where notification is applied. In the above example, ressources in namespace foo, but not bar
The text was updated successfully, but these errors were encountered:
tiej-dr
changed the title
Notification in one namespace watches for ressources in other namespaces
Notification in one namespace watches ressources in other namespaces
May 18, 2020
Describe the bug
Notification controller checks ressources in all namespaces - and not only the namespace where notification is applied.
To Reproduce
kubectl apply -f example/foo-notifier.yaml -n foo
If initialDelaySec > 0 - a warning in kube-notifier-controller-0 is logged and no message is send
If initialDelaySec = 0 - the notification is send :
"Test notification from namespace: bar"
Expected behavior
The controller would only watch ressources in the namespace where notification is applied. In the above example, ressources in namespace foo, but not bar
The text was updated successfully, but these errors were encountered: