Replies: 1 comment
-
Hi @Sngmng , this is currently not possible. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I use a TCP reverse proxy which does the load balancing, so i dont need (and want) host port binding,
but k3d does it anyway and wrongly writes it into the kubeconfig:
k3d always binds the api server on some random host port on the machine and it cannot be disabled:
I just want to EXPOSE 6443 and NOT BIND to an host port/address. Is that possible?
Using
--api-port
can only change that host port, but not disable it, because you are always forced to specify a host port:How to disable host port binding?
Beta Was this translation helpful? Give feedback.
All reactions