Skip to content

GET warning events for alert have some delay #168

@kingsqv

Description

@kingsqv

hi i am useing shell-operator for my k8s cluster ,It's a cool tool.
I use this config to get k8s events
{ "onKubernetesEvent":[
{"kind":"Event",
"event":["add"]
}
]
}
LEVEL=kubectl -n $ns get event/$eventName -o json | jq .type
when $LEVEL is warning ,will send alerts。but i found the alerts always have some delay.
What's the reason for this. Is there a problem with the my configuration.
Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions