Closed as not planned
Description
Steps to reproduce the issue:
minikube start
kubectl apply -f manifests/storage-deployment.yaml
kubectl apply -f manifests/storage-service.yaml
minikube tunnel
Full output of minikube logs
command:
out.txt
Full output of failed command:
Observed behavior: The minikube tunnel
command provides no output and appears to be frozen. (However, using htop
I can see that the tunnel command is using cpu and memory. Also, if I do minikube stop
in another terminal, the tunnel command starts outputting error messages.)
Expected behavior: Output of service IP addresses etc. like the output in this example.
Note that the Ubuntu 20.04 is running in Windows 10 (WSL2).