I installed minikube on local.
Dashboard is 192.168.99.100:30000
I installed Jenkins by helm:
$ helm install stable/jenkins
Then the service always pending:
$ kubectl get services --namespace=default -w wandering-buffoon-jenkins
NAME CLUSTER-IP EXTERNAL-IP PORT(S) AGE
wandering-buffoon-jenkins 10.0.0.153 <pending> 8080:31326/TCP,50000:31090/TCP 26m
Why? So can't use external-ip to access it.