Bug 1806403
| Summary: | [4.4] machineNetwork in noProxy list is flushed by Network-Operator | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | weiwei jiang <wjiang> |
| Component: | Networking | Assignee: | Juan Luis de Sousa-Valadas <jdesousa> |
| Networking sub component: | openshift-sdn | QA Contact: | zhaozhanqi <zzhao> |
| Status: | CLOSED ERRATA | Docs Contact: | |
| Severity: | unspecified | ||
| Priority: | unspecified | CC: | anusaxen, gpei, jdesousa, vlaad |
| Version: | 4.4 | Keywords: | Regression, TestBlocker |
| Target Milestone: | --- | Flags: | jdesousa:
needinfo-
|
| Target Release: | 4.4.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: |
Cause: When the installer introduced machineNetwork the cluster network operator ignored wasn't modified to add it to proxy.status.noProxy.
Consequence: proxy.status.noProxy missing machineNetwork
Fix: Add it to proxy.status.noProxy
Result: noProxy contains the expected fields.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-05-04 11:39:08 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1797894 | ||
| Bug Blocks: | 1805726 | ||
|
Description
weiwei jiang
2020-02-24 06:25:47 UTC
Checked with 4.4.0-0.nightly-2020-02-25-193901, and machineNetwork is in NoProxy list now.
$ oc extract cm/cluster-config-v1 -n kube-system
$ cat install-config
...
apiVersion: v1
baseDomain: qe.rhcloud.com
compute:
- architecture: amd64
hyperthreading: Enabled
name: worker
platform: {}
replicas: 3
controlPlane:
architecture: amd64
hyperthreading: Enabled
name: master
platform:
openstack:
type: m1.xlarge
replicas: 3
metadata:
creationTimestamp: null
name: wjiospy2261
networking:
clusterNetwork:
- cidr: 10.128.0.0/14
hostPrefix: 23
machineNetwork:
- cidr: 192.168.0.0/18
networkType: OpenShiftSDN
serviceNetwork:
- 172.30.0.0/16
platform:
openstack:
cloud: openstack
computeFlavor: m1.xlarge
externalDNS:
- 10.0.77.163
externalNetwork: provider_net_cci_8
lbFloatingIP: 10.0.101.2
octaviaSupport: "0"
region: regionOne
trunkSupport: "1"
proxy:
httpProxy: http://xx:xx@xx.xx.xx.xx:3128
httpsProxy: https://xx:xx@xx.xx.xx.xx:3130
noProxy: rhos-d.infra.prod.upshift.rdu2.redhat.com,oauth-openshift.apps.wjiospy2261.qe.rhcloud.com
publish: External
$ oc get proxy cluster -o yaml
apiVersion: config.openshift.io/v1
kind: Proxy
metadata:
creationTimestamp: "2020-02-26T04:36:12Z"
generation: 1
name: cluster
resourceVersion: "2344"
selfLink: /apis/config.openshift.io/v1/proxies/cluster
uid: 4bbec4d3-b020-4357-a4e2-6cf99fff2a32
spec:
httpProxy: http://xx:xx@xx.xx.xx.xx:3128
httpsProxy: https://xx:xx@xx.xx.xx.xx:3130
noProxy: rhos-d.infra.prod.upshift.rdu2.redhat.com,oauth-openshift.apps.wjiospy2261.qe.rhcloud.com
trustedCA:
name: user-ca-bundle
status:
httpProxy: http://xx:xx@xx.xx.xx.xx:3128
httpsProxy: https://xx:xx@xx.xx.xx.xx:3130
noProxy: ',.cluster.local,.svc,10.128.0.0/14,127.0.0.1,169.254.169.254,172.30.0.0/16,192.168.0.0/18,api-int.wjiospy2261.qe.rhcloud.com,etcd-0.wjiospy2261.qe.rhcloud.com,etcd-1.wjiospy2261.qe.rhcloud.com,etcd-2.wjiospy2261.qe.rhcloud.com,localhost,oauth-openshift.apps.wjiospy2261.qe.rhcloud.com,rhos-d.infra.prod.upshift.rdu2.redhat.com'
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-2020:0581 |