Hide Forgot
Description of problem: Create a new app using the example from quick start, the public url can't be accessed in the browser. Version-Release number of selected component (if applicable): Online PROD OpenShift Master: v3.3.1.3 Kubernetes Master: v1.3.0+52492b4 How reproducible: Always Steps to Reproduce: 1. Create a new app using a default quickstart template. E.g. "dancer-mysql-example"; 2. After all the pods are running well, check if the route's public url can be accessed or not. Actual results: 1. Route's public hostname can't be accessed by a browser: "Application is not available" Expected results: 1. Should be accessed successfully.
according to https://bugzilla.redhat.com/show_bug.cgi?id=1392188#c8 , after a re-deploy, it works, user can access it's app
Route is working well in online dev-preview and it's a same issue with bug 1392188.
I checked config management and it doesn't look like this is at risk of happening again. EXTENDED_VALIDATION=true remains after the ansible run. *** This bug has been marked as a duplicate of bug 1392188 ***