Description of problem: From web-console, server returns 500 error when user try to delete route. Error message "Route 'route-edge'' could not be deleted.Status: 500" Version-Release number of selected component (if applicable): Openshift v3.6.77 How reproducible: Always Steps to Reproduce: 1. oc new-app https://raw.githubusercontent.com/openshift/origin/master/examples/sample-app/application-template-stibuild.json 2. Go to console/project/<my project>/browse/routes/route-edge and try to delete the route "route-edge" by Actions -> Delete 3. (For compare) Try to delete other resources. Actual results: 2. Failed to delete route, the error message is shown on console "Route 'route-edge'' could not be deleted.Status: 500" 3. Other resources could be deleted without error. Expected results: 2. Route should be deleted without error. Additional info: CLI route deletion works.
See the existing issue that was reported https://github.com/openshift/origin/issues/14198
If this is the same as the linked issue, it is a panic in the API server.
OpenShift PR posted: https://github.com/openshift/origin/pull/14337
Origin PR is merged. Kube PR https://github.com/kubernetes/kubernetes/pull/46390 is also merged.
Route could be deleted smoothly, verified on OpenShift Master: v3.6.105 Kubernetes Master: v1.6.1+5115d708d7
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2017:1716