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

Local docker run fails with 404 Not Founds #34

Open
akx opened this issue Oct 23, 2018 · 2 comments
Open

Local docker run fails with 404 Not Founds #34

akx opened this issue Oct 23, 2018 · 2 comments

Comments

@akx
Copy link

akx commented Oct 23, 2018

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 (83d33de) works fine with a yarn && yarn start.

@acca301
Copy link

acca301 commented Jan 25, 2019

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

@akx
Copy link
Author

akx commented Jan 26, 2019

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

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

2 participants