Bug 1689347

Summary: Route for a freshly created project takes too long to be up and running.
Product: OpenShift Container Platform Reporter: Jindrich Novy <jnovy>
Component: NetworkingAssignee: Dan Mace <dmace>
Networking sub component: router QA Contact: Hongan Li <hongli>
Status: CLOSED WONTFIX Docs Contact:
Severity: high    
Priority: unspecified CC: amisevsk, aos-bugs, ibuziuk, jgoulding, mbenitez, ppitonak
Version: unspecifiedKeywords: OpsBlocker
Target Milestone: ---   
Target Release: 3.11.z   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-10-11 01:26:57 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Attaching execution log from starter cluster where I added "oc get pods" and "oc get events" for the given project. none

Description Jindrich Novy 2019-03-15 16:46:42 UTC
Created attachment 1544545 [details]
Attaching execution log from starter cluster where I added "oc get pods" and "oc get events" for the given project.

Description of problem:
Try to run the following script to see how long it takes to a route to become available. The project is created and pod started to running state in approximately ~5s but it takes like ~50s to a route in the project to become available.

The timing is important for time critical environments such as Eclipse Che.

Version-Release number of selected component (if applicable):
3.11.43

How reproducible:
Always.

Steps to Reproduce:
1. Download and run https://gist.github.com/jfchevrette/b45d2ffb0f6926f4e611540069b7a261#file-testroute-sh

Actual results:
Attached execution log from starter cluster where I added "oc get pods" and "oc get events" for the given project. 

Expected results:
Route comes up much quicker - in a comparable time to pod creation.