Conversation
The actual functionality will be removed in successive commits. 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>
aanm
approved these changes
Sep 21, 2020
Member
Author
|
test-me-please |
gandro
approved these changes
Sep 21, 2020
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
This DNS data source type is no longer used after the DNS poller was removed. Remove it as well. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
7692713 to
62d5231
Compare
Member
Author
|
test-focus RuntimeFQDN* |
Member
Author
|
test-me-please |
Member
Author
|
retest-net-next EDIT: hit #13224 https://jenkins.cilium.io/job/Cilium-PR-K8s-1.12-net-next/530/ |
ianvernon
approved these changes
Sep 21, 2020
kaworu
approved these changes
Sep 22, 2020
tklauser
added a commit
that referenced
this pull request
Oct 2, 2020
Follow-up for #13229 Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
aanm
pushed a commit
that referenced
this pull request
Oct 5, 2020
Follow-up for #13229 Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
tklauser
added a commit
that referenced
this pull request
Oct 13, 2020
Follow-up for #13229 which removed the DNS poller implementation. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
aanm
pushed a commit
that referenced
this pull request
Oct 13, 2020
Follow-up for #13229 which removed the DNS poller implementation. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
JacobHenner
added a commit
to JacobHenner/cilium
that referenced
this pull request
Dec 18, 2024
DNS polling was deprecated in v1.8 (cilium#8604) and removed in v1.9 (cilium#13229). Signed-off-by: Jacob Henner <code@ventricle.us>
8 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The DNS Poller was deprecated in v1.8 by #10629 and announced to be
removed in v1.9. Remove it now.
Fixes: #8604