Bug 1641221
Summary: | dnsPolicy: none not honored | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | raffaele spazzoli <rspazzol> |
Component: | Master | Assignee: | Tomáš Nožička <tnozicka> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | zhou ying <yinzhou> |
Severity: | low | Docs Contact: | |
Priority: | medium | ||
Version: | 3.10.0 | CC: | andrew.block, aos-bugs, bmeng, dapark, gferrazs, jokerman, lmeyer, mmccomas, tnozicka, xxia |
Target Milestone: | --- | ||
Target Release: | 3.11.z | ||
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: | 2019-03-20 14:08:57 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
raffaele spazzoli
2018-10-20 01:03:43 UTC
Validated this issue does appear in OCP 3.11.16 Switching to a Deployment does result in a successful deployment with DNS values injected Seems like this is a validation issue with DeploymentConfigs. Sending to Master. The PR still open. It's valid on v3.11.69 now. When has this issue been fixed ? the errata is not updated when the enhancement is merged. The issue has fixed: [zhouying@dhcp-140-138 cucushift]$ oc get po httpd-3-wrd69 -o json |jq ".spec.dnsConfig" { "nameservers": [ "10.72.17.5" ], "searches": [ "svc.cluster.local", "cluster.local" ] } [zhouying@dhcp-140-138 cucushift]$ oc get po httpd-3-wrd69 -o json |jq ".spec.dnsPolicy" "None" [zhouying@dhcp-140-138 cucushift]$ oc get po NAME READY STATUS RESTARTS AGE httpd-1-build 0/1 Completed 0 25m httpd-3-wrd69 1/1 Running 0 15m [zhouying@dhcp-140-138 cucushift]$ oc version oc v3.11.95 kubernetes v1.11.0+d4cacc0 openshift v3.11.95 |