Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vantage Agent is crashing #3

Closed
riteshsonawane1372 opened this issue Nov 10, 2023 · 3 comments
Closed

Vantage Agent is crashing #3

riteshsonawane1372 opened this issue Nov 10, 2023 · 3 comments

Comments

@riteshsonawane1372
Copy link

image

I did installed the vantage agent using helm. But I don't know it's crashing. You can see the logs in the SS.

@matthewhembree
Copy link

@riteshsonawane1372 Did it backoff due to OOMKill? You might need to change the resources. This what I had to do.

@macb
Copy link
Collaborator

macb commented Nov 13, 2023

Yep, most likely cause of crashing is OOMKilled. You should be able to see the reason with:

kubectl -n vantage get po vka-vantage-kubernetes-agent-0 -o jsonpath='{.status.containerStatuses[0].lastState.terminated.reason}'

You may need to adjust the namespace and pod name to match your specific deployment.

Guidance for resource sizing is available in the values.

@riteshsonawane1372
Copy link
Author

@macb @matthewhembree Thanks for the help. Now vantage pod is running successfully.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants