You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default gunicorn startup uses 0.0.0.0:8080 which in ipv6 only network on eks gives connection refused in health check and readiness probes.
need abilty to override startup with [::]8080 tp support ipv6 only networks as gunicorn does not support both startups
Relevant Logs
Defaulted container "airflow-web" out of: airflow-web, check-db (init), wait-for-db-migrations (init)
/home/airflow/.local/lib/python3.10/site-packages/flask_limiter/extension.py:337 UserWarning: Using the in-memory storage for tracking rate limits as no storage was explicitly specified. This is not recommended for production use. See: https://flask-limiter.readthedocs.io#configuring-a-storage-backend for documentation about configuring the storage backend.
/home/airflow/.local/lib/python3.10/site-packages/flask_limiter/extension.py:337 UserWarning: Using the in-memory storage for tracking rate limits as no storage was explicitly specified. This is not recommended for production use. See: https://flask-limiter.readthedocs.io#configuring-a-storage-backend for documentation about configuring the storage backend.
[2025-01-15 10:13:16 +0000] [39] [INFO] Starting gunicorn 22.0.0
[2025-01-15 10:13:17 +0000] [39] [INFO] Listening at: http://0.0.0.0:8080 (39)
[2025-01-15 10:13:17 +0000] [39] [INFO] Using worker: sync
[2025-01-15 10:13:17 +0000] [84] [INFO] Booting worker with pid: 84
[2025-01-15 10:13:17 +0000] [85] [INFO] Booting worker with pid: 85
[2025-01-15 10:13:17 +0000] [86] [INFO] Booting worker with pid: 86
Warning Unhealthy 11m (x2646 over 17h) kubelet Readiness probe failed: Get "http://[2600:1f18:96c:2f04:15a7::b]:8080/health": dial tcp [2600:1f18:96c:2f04:15a7::b]:8080: connect: connection refused
Normal Pulled 6m8s (x178 over 17h) kubelet Container image "docker.getcollate.io/openmetadata/ingestion:1.5.10" already present on machine
Warning Unhealthy 41s (x1759 over 17h) kubelet Liveness probe failed: Get "http://[2600:1f18:96c:2f04:15a7::b]:8080/health": dial tcp [2600:1f18:96c:2f04:15a7::b]:8080: connect: connection refused
### Custom Helm Values
_No response_
The text was updated successfully, but these errors were encountered:
Checks
User-Community Airflow Helm Chart
.Chart Version
8.9.0
Kubernetes Version
Helm Version
Description
By default gunicorn startup uses 0.0.0.0:8080 which in ipv6 only network on eks gives connection refused in health check and readiness probes.
need abilty to override startup with [::]8080 tp support ipv6 only networks as gunicorn does not support both startups
Relevant Logs
The text was updated successfully, but these errors were encountered: