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

added command for livenessprobe #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

TheisFerre
Copy link

When deploying the services using Azure Kubernetes and Airflow as an orchestrator, the liveness probe is failing for the Airflow Scheduler pod.

image

The issue is also described here: Airflow repository

When removing the --hostname argument, the liveness probe does not fail

@savingoyal savingoyal requested a review from valayDave October 14, 2022 02:22
@valayDave
Copy link
Member

valayDave commented Oct 17, 2022

Hey @TheisFerre 👋 , Thanks for sending the PR. Did you try increasing the timeout value of the livenessprobe ? Curious if that works or if this issue is completely detached from whatever we set there. Also, what is the version of helm chart you are using?

@TheisFerre
Copy link
Author

Hi! I did try to increase the timeout value for the livenessprobe. It did not fix the issue. Will get back to you with the version of the helm chart later.

@TheisFerre
Copy link
Author

Running with the latest Helm chart (1.7.0) from Airflow

image

Still getting issue with liveness probe which causes restarts of the pod

image

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