Skip to content
Snippets Groups Projects
Commit aafaddd8 authored by Tommi Tuura's avatar Tommi Tuura
Browse files

A note about correct network interface when publishing routes

parent 8b7e934e
No related branches found
No related tags found
1 merge request!11A note about correct network interface when publishing routes
Pipeline #70133 passed
This commit is part of merge request !11. Comments created here will be created in the context of that merge request.
......@@ -275,3 +275,4 @@ Check the following things:
- `oc port-forward <pod-name> <local-port>:<pod-port>`
- and in another terminal: `curl localhost:<local-port>`
- Your Service has correct endpoints. Optionally the `selectorLabel` in your Service is not matching to the correct pods. The command "`oc get endpoints`" should list all Services and their endpoints. At least one endpoint resembling `10.12.*:<pod-port>` should exist.
- The software in your container has bound to listen to correct network interface (as seen from inside container). `localhost` may not work, try `0.0.0.0` instead.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment