Bug 1876376
Summary: | [DOC] How long does it take to update dnsName of EgressNetworkPolicy settings | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | checheng |
Component: | Documentation | Assignee: | Mike McKiernan <mmckiern> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | huirwang |
Severity: | unspecified | Docs Contact: | Vikram Goyal <vigoyal> |
Priority: | unspecified | ||
Version: | unspecified | CC: | aos-bugs, jboxman, jdesousa, jokerman, jtanenba, mmckiern, zzhao |
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: | 2021-03-29 15:05:12 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
checheng
2020-09-07 06:38:16 UTC
Hi Jacob, Can you confirm whether this update about the DNS refresh time makes sense? Thanks! @zzhao, @jdesousa, @jtanenba PTAL: https://github.com/openshift/openshift-docs/pull/29660 Hi Sorry for the delay. So the current behavior is what Mike said. I just changed the behavior so that: 1- The default TTL is 30 seconds 2- If a TTL is larger or equal than 30 min we query it again after 30 minutes 3- If a TTL is larger than 30 seconds but smaller than 30 minutes, we query it after 30 seconds. 4- If a TTL is smaller than 30 seconds we wait TTL seconds to query it again PR: https://github.com/openshift/sdn/pull/263 I know the docs bug is for 3.11 but I'm backporting this. Filed bug https://bugzilla.redhat.com/show_bug.cgi?id=1933711 to track PR https://github.com/openshift/sdn/pull/263 which is not only doc change anymore. The needinfo request[s] on this closed bug have been removed as they have been unresolved for 500 days |