Description of problem: Cannot deploy docker-registry. The registry pod after getting created gets killed in sometime. Readiness probe failed: HTTP probe failed with statuscode: 403 Liveness probe failed: HTTP probe failed with statuscode: 403 Version-Release number of selected component (if applicable): atomic-openshift-3.2.1.13-1 How reproducible: Always on customer end Steps to Reproduce: 1.Create a registry 2. 3. Actual results: The registry pod gets created and the again gets killed. We can see the readiness and liveness probe failing with 403 error. Expected results: The registry pod shall not get killed after getting created. The Liveness and Readiness probe shall not give 403 error. Additional info:
Miheer, is some kind of network filtering proxy running on the host? The readiness probe receives (from node.log): <HTML><HEAD><TITLE>Access Denied</TITLE></HEAD> <BODY> <FONT face="Helvetica"><big><strong></strong></big><BR></FONT> <blockquote> <TABLE border=0 cellPadding=1 width="80%"> <TR><TD><FONT face="Helvetica"><big>Access Denied (policy_denied)</big><BR><BR></FONT></TD></TR> <TR><TD><FONT face="Helvetica">Your system policy has denied access to the requested URL.</FONT></TD></TR> <TR><TD><FONT face="Helvetica"></FONT></TD></TR> <TR><TD><FONT face="Helvetica" SIZE=2><BR>For assistance, contact your network support team.</FONT></TD></TR> </TABLE> </blockquote> </FONT> </BODY> </HTML> Which means the request didn't event make it to the registry.
ping?
I have changed the "Working with HTTP Proxies" documentation https://github.com/openshift/openshift-docs/pull/3405 Please take a look. I can make further edits.
PR#3405 MERGED
This should have gone to QA a while ago, moving it on.
The doc looks good to me.
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/RHBA-2017:1235
The needinfo request[s] on this closed bug have been removed as they have been unresolved for 1000 days