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

airbyte-webapp fails to start - 0.59.0 helm upgrade #38120

Open
MattMencel opened this issue May 10, 2024 · 1 comment
Open

airbyte-webapp fails to start - 0.59.0 helm upgrade #38120

MattMencel opened this issue May 10, 2024 · 1 comment
Labels
area/platform issues related to the platform community team/compose type/bug Something isn't working

Comments

@MattMencel
Copy link

MattMencel commented May 10, 2024

Helm Chart Version

3.14.4

What step the error happened?

Upgrading the Platform or Helm Chart

Relevant information

Upgraded Airbyte version with webapp version airbyte/webapp:0.50.51 to airbyte/webapp:0.58.1 using the latest helm release 0.59.0

On startup the webapp pod was producing this error.

nginx: [emerg] host not found in upstream "$INTERNAL_API_HOST" in /etc/nginx/conf.d/default.conf:2

I figured the envvar must be missing so edited the Deployment spec on the cluster and adding that reference to the env: section. This got it running.

        - name: INTERNAL_API_HOST
          valueFrom:
            configMapKeyRef:
              key: INTERNAL_API_HOST
              name: airbyte-airbyte-env

I'm not sure if I missed an updated values change somewhere between the versions, or if this is a bug?

Relevant log output

/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: Getting the checksum of /etc/nginx/conf.d/default.conf
10-listen-on-ipv6-by-default.sh: info: /etc/nginx/conf.d/default.conf differs from the packaged version
/docker-entrypoint.sh: Sourcing /docker-entrypoint.d/15-local-resolvers.envsh
/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
2024/05/10 16:33:43 [emerg] 1#1: host not found in upstream "$INTERNAL_API_HOST" in /etc/nginx/conf.d/default.conf:2
nginx: [emerg] host not found in upstream "$INTERNAL_API_HOST" in /etc/nginx/conf.d/default.conf:2
@marcosmarxm
Copy link
Member

marcosmarxm commented May 16, 2024

This should be fixed in 0.59.1 can you upgrade to latest Helm Chart @MattMencel ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/platform issues related to the platform community team/compose type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants