This message was deleted.
# k3d
a
This message was deleted.
m
Figured it out. You can add multiple
-p
🙂
This worked:
k3d cluster create $CLUSTER_NAME -p "8081:3000@loadbalancer" -p "8082:8000@loadbalancer"
w
👍 also checkout
k3d cluster edit
if you forgot to add a port during creation 😉
m
Nice, thanks!