kubernetes/minikube
Unable to --cleanup profile tunnel other than default profile
オープン
#10,483 opened on 2021/02/15
area/tunnelhelp wantedkind/buglifecycle/frozenpriority/backlog
Repository metrics
- Stars
- (31,799 個のスター)
- PR merge metrics
- (平均マージ 12d 19h) (30d で 43 merged PRs)
説明
I cannot delete the tunnel created for a minikube profile other than the default profile.
Steps to reproduce the issue:
- Start a minikube profile, like
minikube start -p foo - Check that context is
foo. - Start tunnel, using
minikube tunnel -p foo - Stop tunnel, using Ctrl+C
- Try to delete tunnel, using
minikube tunnel -c -p foo, orminikube -p foo -c, orminikube -c
Full output of failed command: The first 2 start the tunnel. The latter gives
🤷 Profile "minikube" not found. Run "minikube profile list" to view all profiles.
👉 To start a cluster, run: "minikube start"
Environment specs:
- minikube version: v1.16.0 (did not see tunnel related changes in newer versions)
- kernel 5.10 on Manjaro Linux