Deprecate DNS Poller in v1.8#10629
Conversation
|
Please set the appropriate release note label. |
ff98005 to
5665580
Compare
joestringer
left a comment
There was a problem hiding this comment.
Thanks for taking this on! I see that there's still some other policy page documentation which talks about this feature, could you please remove that documentation in this PR too? That way we won't be telling users how to configure an option that's already deprecated.
Also, how do you want to track the final removal in v1.9? If we mark the commit and PR here to "Fix" #8604 then that issue will be closed. Should we keep it open until we fully remove this functionality?
I'll also rope in @raybejjani in case he has any thoughts here.
vadorovsky
left a comment
There was a problem hiding this comment.
Apart from documentation, also this description needs to be changed:
Regarding the documentation, it probably needs a change here:
will address your comments |
Sure will remove the fix tag and we can keep this bug open in that case. |
@soumynathan FYI you can use "Related: ..." tag to link the issue without autoclosing it. |
Thanks will do. |
efa1f51 to
d7a2723
Compare
vadorovsky
left a comment
There was a problem hiding this comment.
Only one nit. Otherwise looks good, thanks for addressing my previous comments!
d7a2723 to
09efe92
Compare
vadorovsky
left a comment
There was a problem hiding this comment.
Now looks awesome, thanks!
|
test-me-please |
|
test-docs-please |
|
test-me-please |
There was a problem hiding this comment.
I'm ok removing this but since one can still choose to enable the poller this logic still applies (at https://github.com/cilium/cilium/blob/master/pkg/option/config.go#L2149-L2156). It might be best to edit this comment once that logic is removed.
|
ping @soumynathan |
|
09efe92 to
ff8435e
Compare
ff8435e to
6b19215
Compare
6b19215 to
a8de096
Compare
|
test-me-please |
|
https://jenkins.cilium.io/job/Cilium-PR-Ginkgo-Tests-Validated/18980/execution/node/122/log/ (/cc @errordeveloper why wasn't this picked up by the GH helper? Seems like it should have been run 6 days ago if that makes any difference) |
This patch deprecates the use of --tofqdns-enable-poller and --tofqdns-enable-poller-events option in v1.8. Related: cilium#8604 Signed-off-by: Swaminathan Vasudevan <svasudevan@suse.com>
a8de096 to
50ea33b
Compare
|
test-me-please |
|
@joestringer the GH Actions job doesn't build the binaries, it operates only on |
The DNS poller was deprecated in the 1.8 release and all documentation on how to configure it should have been removed as per [1] [1] #10629 (review) However, the respective helm option (which disables the DNS poller by default) wasn't removed. Do so now. Related: #8604 Fixes: b8971ff ("Deprecate DNS Poller in v1.8") Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
The DNS poller was deprecated in the 1.8 release and all documentation on how to configure it should have been removed as per [1] [1] #10629 (review) However, the respective helm option (which disables the DNS poller by default) wasn't removed. Do so now. Related: #8604 Fixes: b8971ff ("Deprecate DNS Poller in v1.8") Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
[ upstream commit 3591629 ] The DNS poller was deprecated in the 1.8 release and all documentation on how to configure it should have been removed as per [1] [1] #10629 (review) However, the respective helm option (which disables the DNS poller by default) wasn't removed. Do so now. Related: #8604 Fixes: b8971ff ("Deprecate DNS Poller in v1.8") Signed-off-by: Tobias Klauser <tklauser@distanz.ch> Signed-off-by: Paul Chaignon <paul@cilium.io>
[ upstream commit 3591629 ] The DNS poller was deprecated in the 1.8 release and all documentation on how to configure it should have been removed as per [1] [1] #10629 (review) However, the respective helm option (which disables the DNS poller by default) wasn't removed. Do so now. Related: #8604 Fixes: b8971ff ("Deprecate DNS Poller in v1.8") Signed-off-by: Tobias Klauser <tklauser@distanz.ch> Signed-off-by: Paul Chaignon <paul@cilium.io>
The DNS Poller was deprecated in v1.8 in #10629 and announced to be removed in v1.9. Remove it now. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
The DNS Poller was deprecated in v1.8 in #10629 and announced to be removed in v1.9. Remove it now. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
This patch deprecates the use of --tofqdns-enable-poller and
--tofqdns-enable-poller-events option in v1.8.
Fixes: #8604
Signed-off-by: Swaminathan Vasudevan svasudevan@suse.com