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
I'm trying to use k3d to create a cluster and it doesn't seem to want to work for me. How long does it take for you to do it? Minutes? Hours? After installing docker, kubectl, and k3d, if I run the command:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello everyone:
I'm trying to use k3d to create a cluster and it doesn't seem to want to work for me. How long does it take for you to do it? Minutes? Hours? After installing docker, kubectl, and k3d, if I run the command:
k3d cluster create mycluster --api-port 6443 --servers 1 --agents 1 -p 30000-32767:30000-32767@server:0
it makes it to INFO[0026] Starting Node 'k3d-portainer-agent-0' and just sits there. How long does it take?
I've also tried the following command:
k3d cluster create mycluster --api-port 6443 --servers 1 --agents 1 -p 30000:30000@server:0
and I seem to be having the same problem.
What do you think? Should I just let it run all night? or is there something wrong somewhere?
Thanks in advance for your time/replies.
Beta Was this translation helpful? Give feedback.
All reactions