Issues installing abctl with multiple warnings and failures

Summary

Multiple warnings and failures encountered while trying to install abctl, including readiness probe failures with status code 503 and client rate limiter errors.


Question

Trying to install abctl, getting a lot of warnings and it took an hour to fail

 WARNING  Encountered an issue deploying Airbyte:
            Pod: airbyte-abctl-workload-launcher-6d94dc867f-27vt2.17fefa05576a0755
            Reason: Unhealthy
            Message: Readiness probe failed: HTTP probe failed with statuscode: 503
            Count: 19
 WARNING  Back-off pulling image "airbyte/connector-builder-server:1.1.0"
 WARNING  Back-off pulling image "airbyte/cron:1.1.0"
 WARNING  Back-off pulling image "airbyte/connector-builder-server:1.1.0"
 WARNING  Encountered an issue deploying Airbyte:
            Pod: airbyte-abctl-workload-launcher-6d94dc867f-27vt2.17fefa05576a0755
            Reason: Unhealthy
            Message: Readiness probe failed: HTTP probe failed with statuscode: 503
            Count: 21
 WARNING  Back-off pulling image "airbyte/cron:1.1.0"
 WARNING  Encountered an issue deploying Airbyte:
            Pod: airbyte-abctl-workload-launcher-6d94dc867f-27vt2.17fefa05576a0755
            Reason: Unhealthy
            Message: Readiness probe failed: HTTP probe failed with statuscode: 503
            Count: 37
 WARNING  Back-off pulling image "airbyte/connector-builder-server:1.1.0"
 WARNING  Back-off pulling image "airbyte/connector-builder-server:1.1.0"
 WARNING  Back-off pulling image "airbyte/cron:1.1.0"
 WARNING  Back-off pulling image "airbyte/connector-builder-server:1.1.0"
 WARNING  Back-off pulling image "airbyte/cron:1.1.0"
 WARNING  Encountered an issue deploying Airbyte:
            Pod: airbyte-abctl-workload-launcher-6d94dc867f-27vt2.17fefa05576a0755
            Reason: Unhealthy
            Message: Readiness probe failed: HTTP probe failed with statuscode: 503
            Count: 56
 WARNING  Encountered an issue deploying Airbyte:
            Pod: airbyte-abctl-workload-launcher-6d94dc867f-27vt2.17fefa05576a0755
            Reason: Unhealthy
            Message: Readiness probe failed: HTTP probe failed with statuscode: 503
            Count: 57
 WARNING  Back-off pulling image "airbyte/cron:1.1.0"
 WARNING  Back-off pulling image "airbyte/connector-builder-server:1.1.0"
 WARNING  Back-off pulling image "airbyte/connector-builder-server:1.1.0"
 WARNING  Back-off pulling image "airbyte/cron:1.1.0"
 WARNING  Back-off pulling image "airbyte/connector-builder-server:1.1.0"
 WARNING  Back-off pulling image "airbyte/cron:1.1.0"
 WARNING  Back-off pulling image "airbyte/cron:1.1.0"
 WARNING  Back-off pulling image "airbyte/connector-builder-server:1.1.0"
  ERROR   Failed to install airbyte/airbyte Helm Chart
  ERROR   Unable to install Airbyte locally
  ERROR   unable to install airbyte chart: unable to install helm: client rate limiter Wait returned an error: context deadline exceeded```

<br>

---

This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. [Click here](https://airbytehq.slack.com/archives/C021JANJ6TY/p1729097397162399) if you want 
to access the original thread.

[Join the conversation on Slack](https://slack.airbyte.com)

<sub>
["install", "abctl", "warnings", "failures", "readiness-probe", "status-code-503", "client-rate-limiter", "helm-chart"]
</sub>

Have you configured any credentials for pulling Docker images from Docker Hub?

You might reach pull rate limit https://docs.docker.com/docker-hub/download-rate-limit/#whats-the-download-rate-limit-on-docker-hub
100 pulls per 6 hours per IP address

abctl uses kind under the hood, so this instruction https://kind.sigs.k8s.io/docs/user/private-registries/ might be useful