Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1512813

Summary: [DOCS] Add notes to scale up nodes in proxy env
Product: OpenShift Container Platform Reporter: Takayoshi Kimura <tkimura>
Component: DocumentationAssignee: Gaurav Nelson <gnelson>
Status: CLOSED CURRENTRELEASE QA Contact: Johnny Liu <jialiu>
Severity: medium Docs Contact: Vikram Goyal <vigoyal>
Priority: medium    
Version: 3.6.0CC: aos-bugs, jokerman, mmccomas, tkimura
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-02-18 23:18:35 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:

Description Takayoshi Kimura 2017-11-14 07:39:43 UTC
Document URL: 

https://docs.openshift.com/container-platform/latest/install_config/adding_hosts_to_existing_cluster.html
https://docs.openshift.com/container-platform/latest/install_config/http_proxies.html#configuring-no-proxy

Section Number and Name: 

Installation and Configuration / Adding Hosts to an Existing Cluster
Installation and Configuration / Working with HTTP Proxies

Describe the issue: 

Scaleup playbook doesn't update NO_PROXY in master services nor restart master services. It's currently designed behavior as it only configures the new host.

https://bugzilla.redhat.com/show_bug.cgi?id=1378840

However at least 4 customers got an issue with this NO_PROXY pitfall when scaling up. It should be noted in the doc.

Suggestions for improvement: 

In "Adding Hosts to an Existing Cluster" section, mention about NO_PROXY in master configuration and let users modify NO_PROXY in the master service if needed.

In "Working with HTTP Proxies" section, recommend users to use domain name rather than list of hostnames for scaling up nodes, so they don't need to modify it every time.

Additional information:

Comment 2 Gaurav Nelson 2018-02-13 00:58:11 UTC
Added comment on Github PR for @nekop(Takayoshi Kimura)to take a look.

Comment 3 Takayoshi Kimura 2018-02-13 01:23:35 UTC
Looks good to me.

Comment 4 openshift-github-bot 2018-02-14 01:16:19 UTC
Commit pushed to master at https://github.com/openshift/openshift-docs

https://github.com/openshift/openshift-docs/commit/6b1f862173def14d171ef4956492b79f27047915
Merge pull request #7719 from gaurav-nelson/bug1512813-fixes

Bug#1512813 - added notes for NO_PROXY variable for scaleup playbook