You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey 👋
We have a warning in the docs and an old issue around this - Effectively, it only works on some systems due to the way that docker handles this, so unfortunately there's nothing we can do from k3d side.
What did you do
I created the k3d cluster according to the NodePort documentation (Note 2: https://k3d.io/v5.6.0/usage/exposing_services/?h=nodeport#2-via-nodeport) with
k3d cluster create mycluster --agents 3 -p "30000-32767:30000-32767@server:0"
.I did try it with a fresh Docker installation, but it fails.
The result is:
It works if I don't expose the node ports or if I use a smaller range:
k3d cluster create mycluster -p "30000-30005:30000-30005@server:0"
.What did you expect to happen
The cluster should be created with success.
Which OS & Architecture
Which version of
k3d
Which version of docker
output of
docker version
:output of
docker info
The text was updated successfully, but these errors were encountered: