Kubernetes: Nginx (airbyte-webapp pod) cannot listen ipv6 #10052
Open
Description
Environment
- Airbyte version: app.kubernetes.io/version: 0.35.15-alpha, helm.sh/chart: airbyte-0.3.0
- OS Version / Instance: Kubernetes 1.15
- Deployment: Kubernetes deploy Helm
- Source Connector and version: (if applicable example Salesforce 0.2.3)
- Destination Connector and version: (if applicable example Postgres 0.3.3)
- Severity: High
- Step where error happened: Deploy
Current Behavior
nginx cannot listen ipv6
so, Back-off restarting failed container, airbyte-webapp pod
Expected Behavior
no Back-off restarting failed container airbyte-webapp pod
Logs
If applicable, please upload the logs from the failing operation.
For sync jobs, you can download the full logs from the UI by going to the sync attempt page and
clicking the download logs button at the top right of the logs display window.
LOG
/docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration
/docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
/docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
10-listen-on-ipv6-by-default.sh: info: ipv6 not available
/docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
20-envsubst-on-templates.sh: Running envsubst on /etc/nginx/templates/default.conf.template to /etc/nginx/conf.d/default.conf
/docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh
/docker-entrypoint.sh: Configuration complete; ready for start up
2022/02/04 03:15:34 [emerg] 1#1: socket() [::]:80 failed (97: Address family not supported by protocol)
nginx: [emerg] socket() [::]:80 failed (97: Address family not supported by protocol)
Steps to Reproduce
git clone git@github.com:airbytehq/airbyte.git
cd airbyte
helm repo add bitnami https://charts.bitnami.com/bitnami
helm dep build charts/airbyte
helm upgrade --install
--create-namespace
--namespace "airbyte"
--debug
--wait
--timeout "600s"
contra-airbyte ./charts/airbyte
Are you willing to submit a PR?
Remove this with your answer.