kubernator icon indicating copy to clipboard operation
kubernator copied to clipboard

Local docker run fails with 404 Not Founds

Open akx opened this issue 7 years ago • 2 comments

Running the app locally in Docker as described in the instructions fails with the server attempting to use 127.0.0.1:3000 as the API server (I can see requests for http://127.0.0.1:3000/version and http://127.0.0.1:3000/apis in the inspector).

The current dev HEAD (83d33de771be19712c6c4d2d5786d3accb83fa15) works fine with a yarn && yarn start.

akx avatar Oct 23 '18 09:10 akx

Those are `kubectl proxy' entities. You must have kubectl proxy running, no Ingress, no NodePort would work.

acca301 avatar Jan 25 '19 21:01 acca301

The point is, the instructions did not work for me as-is, while the "Build and run locally" instructions did.

akx avatar Jan 26 '19 11:01 akx