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

Reboot node pod when p2p too few connections is encountered #513

Open
orcutt989 opened this issue Dec 2, 2022 · 1 comment
Open

Reboot node pod when p2p too few connections is encountered #513

orcutt989 opened this issue Dec 2, 2022 · 1 comment

Comments

@orcutt989
Copy link
Contributor

Instead of printing infinite lines of p2p too few connections the pod should restart itself. Oftentimes this is due to DNS problem or network problem that is resolved at the cloud compute level. When networking is updated at the cloud-compute level the pod needs to be restarted manually.

@nicolasochem
Copy link
Collaborator

one way is to have a liveness probe, which performs the same check than readiness probe, but takes longer to trigger (maybe 10 mins)

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

No branches or pull requests

2 participants