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

fix(provider): Increase initial and period delays in livenessProbe co… #272

Conversation

andy108369
Copy link
Collaborator

…nfiguration

Adjust the livenessProbe settings in Kubernetes to handle slower startup times on larger providers. Changes include:

  • initialDelaySeconds: Increased from 120 to 240 seconds.
  • periodSeconds: Increased from 10 to 30 seconds.
  • timeoutSeconds: Increased from 10 to 30 seconds.

These adjustments help prevent premature pod restarts due to timeouts in the liveness checks.

…nfiguration

Adjust the livenessProbe settings in Kubernetes to handle slower startup times on larger providers. Changes include:
- `initialDelaySeconds`: Increased from 120 to 240 seconds.
- `periodSeconds`: Increased from 10 to 30 seconds.
- `timeoutSeconds`: Increased from 10 to 30 seconds.

These adjustments help prevent premature pod restarts due to timeouts in the liveness checks.
@andy108369 andy108369 merged commit cb0c7f7 into akash-network:main Apr 12, 2024
1 of 2 checks passed
@andy108369
Copy link
Collaborator Author

announced

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

Successfully merging this pull request may close these issues.

1 participant