Skip to content

[abctl] install stuck on nginx/ingress-nginx #56386

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

Open
kobe-engineer opened this issue Mar 25, 2025 · 13 comments
Open

[abctl] install stuck on nginx/ingress-nginx #56386

kobe-engineer opened this issue Mar 25, 2025 · 13 comments
Labels
area/abctl Issues with the abctl quickstart cli community team/deployments type/bug Something isn't working

Comments

@kobe-engineer
Copy link

What happened?

Failing to successfully go through quickstart guide: https://docs.airbyte.com/using-airbyte/getting-started/oss-quickstart

I tried this a few times to no avail. The installation times out after 1hr. The last bit of the logs before it gets stuck is here:

  DEBUG   helm: Watching for changes to Job ingress-nginx-admission-create with timeout of 1h0m0s
  DEBUG   helm: Add/Modify event for ingress-nginx-admission-create: ADDED
  DEBUG   helm: ingress-nginx-admission-create: Jobs active: 0, jobs failed: 0, jobs succeeded: 0
  DEBUG   helm: Add/Modify event for ingress-nginx-admission-create: MODIFIED
  DEBUG   helm: ingress-nginx-admission-create: Jobs active: 1, jobs failed: 0, jobs succeeded: 0
 ▄ Installing 'nginx/ingress-nginx' (version: 4.12.1) Helm Chart (this may take several minutes)

Command I ran: abctl local install --verbose

What did you expect to happen?

I expected a successful installation and a browser window to pop up to http://localhost:8000/

Abctl Version

$ abctl version
version: v0.24.0

Docker Version

$ docker version
Client:
 Version:           27.5.1
 API version:       1.47
 Go version:        go1.22.11
 Git commit:        9f9e405
 Built:             Wed Jan 22 13:37:19 2025
 OS/Arch:           darwin/arm64
 Context:           desktop-linux

Server: Docker Desktop 4.38.0 (181591)
 Engine:
  Version:          27.5.1
  API version:      1.47 (minimum version 1.24)
  Go version:       go1.22.11
  Git commit:       4c9b3b0
  Built:            Wed Jan 22 13:41:25 2025
  OS/Arch:          linux/arm64
  Experimental:     false
 containerd:
  Version:          1.7.25
  GitCommit:        bcc810d6b9066471b0b6fa75f557a15a1cbf31bb
 runc:
  Version:          1.1.12
  GitCommit:        v1.1.12-0-g51d5e946
 docker-init:
  Version:          0.19.0
  GitCommit:        de40ad0

OS Version

# On Mac:
$ uname -a
Darwin Kobe-Laptop 24.3.0 Darwin Kernel Version 24.3.0: Thu Jan  2 20:24:16 PST 2025; root:xnu-11215.81.4~3/RELEASE_ARM64_T6000 arm64
@triley13
Copy link

Same here

@triley13
Copy link

@kobe-engineer Any luck? And are you on a corporate proxy?

@HorizonsQT
Copy link

I encountered the same issue. For your information, I’m behind a proxy and have configured both HTTP and HTTPS proxies. Could these settings be causing the bug?

@triley13
Copy link

@HorizonsQT I'm pretty sure this is the case. I too am behind a proxy.

@yatingupta10
Copy link

+1, I am also facing the same issue.

@Igecchi
Copy link

Igecchi commented Apr 5, 2025

I faced the same issue. But by reinstalling abctl, the installation was succeed!
(I don't know why resolve installing stuck on nginx/ingress-nginx)

Uninstalling and reinstalling Airbyte using:

abctl local uninstall
abctl local install

@yatingupta10
Copy link

I tried uninstalling and then installing but still stuck with the same issue somehow.

@coosir
Copy link

coosir commented Apr 10, 2025

In my case, I’m using k3s, which comes with Traefik by default. Installing nginx-ingress always fails.
I think any similar port conflicts will result in failures.

Is there an option in abctl to skip this step?

@hoseiney
Copy link

same issue

@sbuse
Copy link

sbuse commented Apr 11, 2025

same here

  Failed to install nginx/ingress-nginx Helm Chart
  ERROR   Unable to install Airbyte locally
  ERROR   unable to install nginx chart: unable to install helm: failed pre-install: 1 error occurred:
                * timed out waiting for the condition

@mmdsnb
Copy link

mmdsnb commented Apr 12, 2025

+1 , same issue

@swing99527
Copy link

same issue

@sbuse
Copy link

sbuse commented May 9, 2025

@marcosmarxm Is there a way to install Airbyte with a different version of nginx/ingress-nginx? The installation worked at the beginning of the year but then it was a different nginx version. It would be great to try a different version and see if this is the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/abctl Issues with the abctl quickstart cli community team/deployments type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests