Thanks to @wenskys for reporting https://github.com/openshift/origin/issues/7452 - in v1.1.3 the router began writing status for routes (when the route was accepted, or an error message if a duplicate route exists) which required the system:router role to have permission to update routes. However, if an admin rolled out the new image before running 'oadm policy reconcile-cluster-roles', the router would begin failing to accept new routes.
The updated image has been pushed to the Docker Hub and now gracefully handles permission failures on updating route status. If you have a deployment running the old image, update the router deployment config to set the pullPolicy to Always, let a deployment happen, and you should have the new image. New routers will no longer have the issue. Sorry for the inconvenience. _______________________________________________ dev mailing list [email protected] http://lists.openshift.redhat.com/openshiftmm/listinfo/dev
