threeport icon indicating copy to clipboard operation
threeport copied to clipboard

Improve interruption of creating local kind control plane with tptctl

Open lander2k2 opened this issue 11 months ago • 0 comments

Currently, when hitting Ctrl+C while tptctl up -p kind is running produces inconsistent results depending on when the interruption occurs. We need to add more checks to ensure: the threeport config gets properly handled only the kind resources that have been created are deleted to prevent errors like: failed to delete nodes: command "docker rm -f -v threeport-dev-0-control-plane" failed with error: exit status 1

lander2k2 avatar Mar 14 '24 15:03 lander2k2