Description of problem: During cluster installation, Router has generating duplicate STATS_PASSWORD and ROUTER_CIPHERS env variables other than specified. Version-Release number of selected component (if applicable): v3u11 How reproducible: 100% Steps to Reproduce: 1. Install OpenShift 3.11 with the below in host file. {u'action': u'update', u'key': u'spec.template.spec.containers[0].env', u'value': {u'name': u'ROUTER_CIPHERS', u'value': u'intermediate'}}, {u'action': u'update', u'key': u'spec.template.spec.containers[0].env', u'value': {u'name': u'STATS_PASSWORD', u'value': u'cheiP2zubach7phu'}}, 2. Check the Router DC's env. 3. Actual results: It duplicates values Expected results: Router DC should reflect with the assigned values Additional info:
Hello Team, Any update on this? Thanks, Vinu K
(In reply to Vinu K from comment #2) > Hello Team, > > Any update on this? > > Thanks, > Vinu K Hello Vinu, there is some work being done and you will be able to follow the PR link once posted. This ticket will also be updated after the fix is reviewed. Thanks!
verified with openshift-ansible-3.11.531-1.git.0.f47c672 and passed # oc get dc/router -oyaml <---snip----> - name: ROUTER_CIPHERS value: intermediate - name: STATS_PASSWORD value: testtest
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 (Moderate: OpenShift Container Platform 3.11.542 security update), 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/RHSA-2021:3915