Bug 1468396 - Routes stop working after new deployment
Summary: Routes stop working after new deployment
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Networking
Version: 3.4.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: 3.4.z
Assignee: Rajat Chopra
QA Contact: zhaozhanqi
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-07-07 00:06 UTC by Josh Foots
Modified: 2022-08-04 22:20 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-07-20 23:42:05 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Josh Foots 2017-07-07 00:06:07 UTC
Description of problem:

Deployment is started with the following commands
oc project <project>
oc start-build <build> -n <name>

After the build is complete a new deployment starts, once the deployment finishes I can no longer access the route until I restart Docker on the master node.


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


How reproducible:

100%

Steps to Reproduce:
1. Follow the above steps 
2. Try to access the route before restarting Docker
3.

Actual results:

Can not access routes


Expected results:

For routes to be accessible

Additional info:

Comment 4 Rajat Chopra 2017-07-07 19:44:25 UTC
Please get logs from the router pod. Use command 'oc logs..'!
It may be required to run the router with more verbosity on logs. See this article to re-deploy the router with say --loglevel=5:
https://access.redhat.com/solutions/2801701

Comment 5 Ben Bennett 2017-07-11 14:38:58 UTC
I suspect this is solved by the second fix in https://bugzilla.redhat.com/show_bug.cgi?id=1464567

Can they try updating to the latest 3.4 errata (or just update to the latest 3.4 router image) and re-test please.

If that does not fix it, then we would need the logs at the elevated loglevel as @rchopra requested.

Comment 6 Josh Foots 2017-07-20 23:42:05 UTC
Ben, That resolved the issue. I'm closing this bug.


Note You need to log in before you can comment on or make changes to this bug.