Failed to install airbyte/airbyte Helm Chart #67709
Unanswered
h-expert
asked this question in
Deployment
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Here is what I get when I prompt : .\abctl local status
INFO Using Kubernetes provider:
Provider: kind
Kubeconfig: C:\Users\user.airbyte\abctl\abctl.kubeconfig
Context: kind-airbyte-abctl
SUCCESS Found Docker installation: version 28.3.2
SUCCESS Existing cluster 'airbyte-abctl' found
INFO Found helm chart 'airbyte-abctl'
Status: failed
Chart Version: 2.0.17
App Version: 1.8.5
WARNING Unable to fetch airbyte release
INFO Airbyte should be accessible via http://localhost:8000
Here is what I get when I prompt : .\abctl images manifest
airbyte/connector-builder-server:1.8.5
airbyte/cron:1.8.5
airbyte/server:1.8.5
airbyte/worker:1.8.5
airbyte/workload-api-server:1.8.5
airbyte/workload-launcher:1.8.5
temporalio/auto-setup:1.27.2
** .\abctl version
v0.30.1
** .\docker version
Client:
Version: 28.3.2
API version: 1.51
Go version: go1.24.5
Git commit: 578ccf6
Built: Wed Jul 9 16:12:31 2025
OS/Arch: windows/amd64
Context: desktop-linux
Server: Docker Desktop 4.44.2 (202017)
Engine:
Version: 28.3.2
API version: 1.51 (minimum version 1.24)
Go version: go1.24.5
Git commit: e77ff99
Built: Wed Jul 9 16:13:55 2025
OS/Arch: linux/amd64
Experimental: false
containerd:
Version: 1.7.27
GitCommit: 05044ec0a9a75232cad458027ca83437aae3f4da
runc:
Version: 1.2.5
GitCommit: v1.2.5-0-g59923ef
docker-init:
Version: 0.19.0
GitCommit: de40ad0
Here is the error I got :
DEBUG helm: Deployment is not ready: airbyte-abctl/airbyte-abctl-connector-builder-server. 0 out of 1 expected pods are ready
DEBUG helm: Deployment is not ready: airbyte-abctl/airbyte-abctl-connector-builder-server. 0 out of 1 expected pods are ready
DEBUG helm: Deployment is not ready: airbyte-abctl/airbyte-abctl-connector-builder-server. 0 out of 1 expected pods are ready
DEBUG helm: Deployment is not ready: airbyte-abctl/airbyte-abctl-connector-builder-server. 0 out of 1 expected pods are ready
DEBUG helm: Error received when checking status of resource airbyte-abctl-airbyte-connector-builder-server-svc. Error: 'client rate limiter Wait returned an error: context deadline exceeded', Resource details: 'Resource: "/v1, Resource=services", GroupVersionKind: "/v1, Kind=Service"
Name: "airbyte-abctl-airbyte-connector-builder-server-svc", Namespace: "airbyte-abctl"'
DEBUG helm: Retryable error? true
DEBUG helm: Retrying as current number of retries 0 less than max number of retries 30
ERROR Failed to install airbyte/airbyte Helm Chart
ERROR Unable to install Airbyte locally
ERROR unable to install airbyte chart: unable to install helm: context deadline exceeded
I am trying to install airbyte on Windows 11, I followed instructions as stated in the airbyte docs.
Beta Was this translation helpful? Give feedback.
All reactions