When setting up abctl I have a port conflict. Wher...
# ask-ai
j
When setting up abctl I have a port conflict. Where do I adjust the proxy port mapping settings?
k
You can adjust the port settings when installing
abctl
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.