adamant-kite-43734
02/16/2024, 7:07 PMcreamy-pencil-82913
02/16/2024, 7:38 PMcreamy-pencil-82913
02/16/2024, 7:39 PMcreamy-pencil-82913
02/16/2024, 7:40 PMboundless-toothbrush-17093
02/16/2024, 7:41 PMcreamy-pencil-82913
02/16/2024, 7:49 PMcreamy-pencil-82913
02/16/2024, 7:50 PMboundless-toothbrush-17093
02/16/2024, 8:40 PMboundless-toothbrush-17093
02/16/2024, 8:40 PMcreamy-pencil-82913
02/16/2024, 11:47 PMwide-garage-9465
02/19/2024, 9:34 AMSounds like someone noticed it can lock a system and added a warning without any effort to see if there might be a work-around.This is exactly what I did... after some research. Unfortunately, there is no such thing as "slowing it down" - It's not k3d creating the proxy processes and iptables rules, it's Docker. k3d is just telling Docker "Hey give me this container with all those ports mapped" - there's no way to tell Docker "do it slowly" or "don't use that many processes", unfortunately. Here are some older issues around this: https://github.com/k3d-io/k3d/issues/433 & https://github.com/k3d-io/k3d/issues/1362 The video you linked is even part of this feature request: https://github.com/k3d-io/k3d/issues/326 In fact, it works on "beefier" machines.
wide-garage-9465
02/19/2024, 9:36 AMk3d cluster edit <NAME> --port-add 1234:1234@loadbalancer
feature to add new port mappings to the running cluster.boundless-toothbrush-17093
03/01/2024, 5:56 PM