none: tunnel doesn't cleanup routes #3425
Labels
area/tunnel
Support for the tunnel command
co/none-driver
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
os/linux
priority/backlog
Higher priority than priority/awaiting-more-evidence.
While inspecting go/bugbear/logs/Linux_Integration_Tests_none/builds/1850 - I noticed that the tunnel doesn't seem to be cleaning up after itself. Here is where the tunnel gets created:
The cancellation of "minikube tunnel", "minikube tunnel --cleanup" and "minikube delete" calls all should have arguably deleted the route. Here's what the tunnel process that added the tunnel:
Here are all the commands 'minikube-linux-amd64 tunnel' executed. Notice the route add, but not route delete:
minikube tunnel --cleanup didn't seem to run any commands:
minikube delete didn't run any route commands:
After tunnel creation, the only commands I see calling "netstat" or "ip" is the looping call to netstat from the original tunnel process:
And the commands I call in common.sh to cleanup the tunnel:
The text was updated successfully, but these errors were encountered: