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

Make liveness probe configurable #732

Merged
merged 1 commit into from
Dec 10, 2023
Merged

Make liveness probe configurable #732

merged 1 commit into from
Dec 10, 2023

Conversation

bianchi2
Copy link
Collaborator

@bianchi2 bianchi2 commented Dec 10, 2023

In certain scenarios being able to override liveness probe can help restart pods that are stuck in not ready status for some time. The default tcpSocket probe just checks if the server listens on port but not if the application is ready.

Checklist

  • I have added unit tests
  • I have applied the change to all applicable products
  • The E2E test has passed (use e2e label)

@bianchi2 bianchi2 merged commit 06f8ddb into main Dec 10, 2023
2 checks passed
@bianchi2 bianchi2 deleted the override-liveness-probe branch December 10, 2023 23:16
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.

2 participants