Skip to content
This repository has been archived by the owner on May 15, 2021. It is now read-only.

Error running on docker desktop kunernetes #36

Open
SyCode7 opened this issue Jan 20, 2019 · 2 comments
Open

Error running on docker desktop kunernetes #36

SyCode7 opened this issue Jan 20, 2019 · 2 comments

Comments

@SyCode7
Copy link

SyCode7 commented Jan 20, 2019

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

@acca301
Copy link

acca301 commented Jan 25, 2019

/apis is a `kubectl proxy' entitity. You must have kubectl proxy running, no Ingress, no NodePort would work.

@jeacott1
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants