elsonrodriguez / minikube-lb-patch

27 stars 3 forks source link

What am I doing wrong? #1

Closed nikolay closed 6 years ago

nikolay commented 7 years ago
$ minikube version
minikube version: v0.22.3
$ minikube service list
|-------------|-------------------------|--------------------------------|
|  NAMESPACE  |          NAME           |              URL               |
|-------------|-------------------------|--------------------------------|
| default     | kubernetes              | No node port                   |
| default     | my-bundled-apps-jenkins | http://192.168.160.130:32071   |
|             |                         | http://192.168.160.130:32377   |
| kube-system | default-http-backend    | http://192.168.160.130:30001   |
| kube-system | kube-dns                | No node port                   |
| kube-system | kubernetes-dashboard    | http://192.168.160.130:30000   |
| kube-system | registry                | No node port                   |
|-------------|-------------------------|--------------------------------|
$ minikube ssh -- sudo docker run -i --rm --net=host quay.io/coreos/etcd etcdctl get /registry/ranges/serviceips
Error:  100: Key not found (/registry) [3]
elsonrodriguez commented 6 years ago

@nikolay Something's changed with the way the etcd works in minikube, I've changed it to read from minikube's config instead.