`k3d cluster create` sometimes hangs in pipelines after creating nodes
Sometimes the k3d-dev script will fail to complete in the CI pipelines. It happens on both RKE2 and EKS runners. The issue seems to consistently occur around the time that nodes are being added to the cluster:
INFO[0017] Starting cluster '42445547'
INFO[0017] Starting servers...
INFO[0021] Starting node 'k3d-42445547-server-0'
INFO[0025] Starting agents...
INFO[0025] Starting node 'k3d-42445547-agent-0'
INFO[0025] Starting node 'k3d-42445547-agent-1'
INFO[0025] Starting node 'k3d-42445547-agent-2'
WARNING: script canceled externally (UI, API)
... It hangs and waits forever until someone manually kills it.
There is an upstream issue that appears similar, and has been open for 4 years