Jake Duckworth
07/18/2024, 1:52 PMkapa.ai
07/18/2024, 1:53 PMabctl
by passing the --port=[port]
argument. This was implemented as a fix for a similar issue where ingress-nginx
failed to install if port 80 was already in use. The port now defaults to 8000
but can be changed to any available port using the --port
argument. Here is the reference to the [Github issue](https://github.com/airbytehq/airbyte/issues/37542) where this solution was discussed and implemented.