Hide Forgot
Description of problem: After creating route, oc status shows error 'the router is not selecting this route' when using latest oc VS old openshift. Version-Release number of selected component (if applicable): Server: openshift v3.1.1.6-33-g81eabcc kubernetes v1.1.0-origin-1107-g4c8e6f4 etcd 2.1.2 Client: oc v3.2.0.9 kubernetes v1.2.0-36-g4a3f9c5 Image: haproxy-router v3.1.1.6 b4802aef71cd 10 hours ago 456.8 MB How reproducible: Always Steps to Reproduce: 1. On client host (oc v3.2.0.9), oc login, create new project xxia-proj 2. Create route: $ oc new-app openshift/hello-openshift --name app $ oc expose svc app 3. $ oc get pod -n default --config=</path/to/admin.kubeconfig> router-1-y3k3w 1/1 Running 0 51m $ oc status -n xxia-proj Actual results: 3. Errors: * route/app is routing traffic to svc/app, but either the administrator has not installed a router or the router is not selecting this route. Expected results: 3. The error should not occur Additional info: When checking oc 3.1.1.6-33 VS openshift 3.1.1.6-33 and oc 3.2.0.9 VS openshift 3.2.0.9, the error does not occur. So this is a compatiability issue.
The status warning should only show up if the ingress field has been populated by the server. The warning is too specific.
Closing due to age.