Bug 1540404 - Installer missing Kubernetes ClusterIP in docker-registry NO_PROXY
Summary: Installer missing Kubernetes ClusterIP in docker-registry NO_PROXY
Keywords:
Status: CLOSED DUPLICATE of bug 1527210
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Installer
Version: 3.7.0
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: ---
Assignee: Scott Dodson
QA Contact: Johnny Liu
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-01-31 01:19 UTC by Takayoshi Kimura
Modified: 2018-02-07 13:33 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-02-07 13:33:04 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Takayoshi Kimura 2018-01-31 01:19:33 UTC
Description of problem:

When installer configures proxy on docker-registry, Kubernetes ClusterIP is missing in the NO_PROXY. The docker-registry failed to talk to Kubernetes because of this configuration.

Version-Release number of the following components:

$ rpm -q openshift-ansible
openshift-ansible-3.7.14-1.git.0.4b35b2d.el7.noarch
$ rpm -q ansible
ansible-2.4.1.0-1.el7.noarch
$ ansible --version
ansible 2.4.1.0
  config file = /etc/ansible/ansible.cfg
  configured module search path = [u'/home/nekop/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/lib/python2.7/site-packages/ansible
  executable location = /usr/bin/ansible
  python version = 2.7.5 (default, May  3 2017, 07:55:04) [GCC 4.8.5 20150623 (Red Hat 4.8.5-14)]

How reproducible:

Always in proxy env

Steps to Reproduce:
1.
2.
3.

Actual results:

docker-registry NO_PROXY doesn't have Kubernetes ClusterIP. Docker login fails because the registry cannot talk to the master for auth.

Expected results:

Docker login succeeds, docker-registry NO_PROXY has Kubernetes ClusterIP.

Additional info:

Comment 2 Scott Dodson 2018-02-07 13:33:04 UTC
Also, https://bugzilla.redhat.com/show_bug.cgi?id=1511870 for 3.7 backport of bug 1527210

*** This bug has been marked as a duplicate of bug 1527210 ***


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