Skip to content
Discussion options

You must be logged in to vote

The refused connection is probably not what is restarting Vector. The important lines are:

Signal received. signal="SIGTERM"
Vector is stopping.

Vector's HTTP sink retries failed requests by default, whereas those lines show that something outside Vector asked the process to terminate. In Kubernetes the usual causes are a failing liveness/startup probe, an OOM/resource event, a rollout/eviction, or the lifecycle of the pod that contains the sidecar.

First identify the termination reason for the Vector container (replace the namespace/container name as needed):

kubectl -n <namespace> describe pod tetragon-jxpv2
kubectl -n <namespace> get pod tetragon-jxpv2 -o jsonpath='{range .status.cont…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by pront
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
platform: kubernetes Anything `kubernetes` platform related
2 participants