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
Expected behavior
As far as I understand the worload name is the name of a parent object ["Deployment", "ReplicaSet", "DaemonSet", "StatefulSet", "Pod", "Job"]:
event.operation in [K8sOperationType.CREATE, K8sOperationType.UPDATE]
and event.obj.kind in ["Deployment", "ReplicaSet", "DaemonSet", "StatefulSet", "Pod", "Job"]
I expect the name of the parent object has to be assigned to the workload name.
Screenshots
Desktop (please complete the following information):
OS: Linux
Browser: Slack client
Version [e.g. 22]
Smartphone (please complete the following information):
Not applicable.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
Here is slack sink configuration:
Nofifications are sent but if pod was killed by OOM or crush reason is
CrashLoopBackOff
. worload is undefined.To Reproduce
See above
Expected behavior
As far as I understand the worload name is the name of a parent object ["Deployment", "ReplicaSet", "DaemonSet", "StatefulSet", "Pod", "Job"]:
I expect the name of the parent object has to be assigned to the workload name.
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Not applicable.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: