Error running on docker desktop kunernetes
I am trying to run kubernator on a docker desktop (windows 10). I have the following errors:
172.17.0.1 - - [20/Jan/2019:14:15:26 +0000] "GET /apis HTTP/1.1" 404 571 "http://localhost:3000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36" "-" 2019/01/20 14:15:33 [error] 6#6: *8 open() "/usr/share/nginx/html/apis" failed (2: No such file or directory), client: 172.17.0.1, server: localhost, request: "GET /apis HTTP/1.1", host: "localhost:3000", referrer: "http://localhost:3000
/apis is a `kubectl proxy' entitity. You must have kubectl proxy running, no Ingress, no NodePort would work.
works for me (plenty of errors though) - but the install instructions didn't.
had to replace kubectl -n kubernator expose deploy kubernator -> kubectl -n kubernator expose pod kubernator