i am stuck on this part abctl local install --valu...
# ask-ai
j
i am stuck on this part abctl local install --values values.yaml -v : 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.11.3) Helm Chart (this may take several minutes) (7m1s))
u
Based on the knowledge sources provided, it seems like you're encountering an issue with the installation of the 'nginx/ingress-nginx' Helm chart using the
abctl
command. However, the specific error or issue you're encountering isn't clear from the information provided. In one of the issues mentioned in the knowledge sources, a user encountered a similar issue where the nginx/ingress-nginx helm chart failed to install because port 80 was already in use. The issue was resolved by changing the default port. You might want to check if there's a similar conflict in your case. If the problem persists, I would recommend checking the official Airbyte GitHub issues page for similar issues or creating a new issue detailing the problem you're encountering. Make sure to include any error messages and the steps you've taken so far. Please note that without more specific information or error messages, it's difficult to provide a more precise solution. Sources: - [Github Issue 37542](https://github.com/airbytehq/airbyte/issues/37542) - [Github Issue 44928](https://github.com/airbytehq/airbyte/issues/44928)
t
@jonathan Any fixes for this?