Bug 2032179
| Summary: | [PROXY] external dns pod cannot reach to cloud API in the cluster behind a proxy | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Hongan Li <hongli> |
| Component: | Networking | Assignee: | Andrey Lebedev <alebedev> |
| Networking sub component: | DNS | QA Contact: | Hongan Li <hongli> |
| Status: | CLOSED ERRATA | Docs Contact: | |
| Severity: | high | ||
| Priority: | high | CC: | aos-bugs, luzuccar, mmasters |
| Version: | 4.10 | ||
| Target Milestone: | --- | ||
| Target Release: | 4.10.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | No Doc Update | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-03-08 16:03:07 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 2041999 | ||
|
Description
Hongan Li
2021-12-14 07:30:50 UTC
verified with 4.10.0-0.nightly-2022-01-16-191814 and external-dns-operator.v0.1.2, it works well. $ oc -n external-dns rsh external-dns-sample-aws-75d7bb464-6bhlr sh-4.4$ env | grep -i proxy HTTP_PROXY=http://user:xxx@ec2-x-x-x-x.us-east-2.compute.amazonaws.com:xxxx NO_PROXY=.cluster.local,.svc,.us-east-2.compute.internal,10.0.0.0/16,10.128.0.0/14,127.0.0.1,169.254.169.254,172.30.0.0/16,api-int.hongli-pxy.xxxx.com,localhost,test.no-proxy.com HTTPS_PROXY=http://user:xxxx@ec2-x-x-x-x.us-east-2.compute.amazonaws.com:xxxx 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 (Release of ExternalDNS Operator on OperatorHub), 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/RHEA-2022:0781 |