kubernetes/minikube

improve minikube tunnel output

Open

#6,309 opened on Jan 14, 2020

View on GitHub
 (9 comments) (0 reactions) (0 assignees)Go (5,222 forks)batch import
help wantedkind/cleanuplifecycle/frozenpriority/backlog

Repository metrics

Stars
 (31,799 stars)
PR merge metrics
 (Avg merge 12d 19h) (43 merged PRs in 30d)

Description

currently it keeps printing the first time someone looks at it, it looks a bit scary specially with word errors repeating 4 times.

Status:	
	machine: minikube
	pid: 48635
	route: 10.96.0.0/12 -> 172.17.0.2
	minikube: Running
	services: [hello-minikube1]
    errors: 
		minikube: no errors
		router: no errors
		loadbalancer emulator: no errors

I purpose if there is no errors in all three categories, it should not print anything about errors.

Contributor guide