-
Notifications
You must be signed in to change notification settings - Fork 3.2k
ci-e2e: Set up node local DNS in conformance-e2e #33768
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
/test |
e11447f
to
9c12ac6
Compare
/test |
86955bc
to
d4f0b8e
Compare
/test |
d4f0b8e
to
7aa8606
Compare
/test |
7aa8606
to
a652eff
Compare
/test |
a652eff
to
abd09f6
Compare
/test |
abd09f6
to
8eea67e
Compare
/test |
8eea67e
to
c3b8b9e
Compare
/test |
This commit introduces node local DNS with LRP following the LRP document. https://docs.cilium.io/en/stable/network/kubernetes/local-redirect-policy/#node-local-dns-cache Signed-off-by: Yusuke Suzuki <yusuke.suzuki@isovalent.com>
c3b8b9e
to
ca73e96
Compare
/test |
Signed-off-by: Yusuke Suzuki <yusuke.suzuki@isovalent.com>
ca73e96
to
c482707
Compare
/test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would you mind moving the kustomization.yaml
and copying the node-local-dns.yaml
and node-local-dns-lrp.yaml
manifests into a new directory at .github/actions/node-local-dns
? The examples directory has a different review process than CI related files. If someone reviewing a change to the manifests in the examples/kubernetes-local-redirect
doesn't know it's being used by a CI workflow, an accident might occur where a change causes the workflow to break.
@learnitall |
Ack, ok that makes sense @ysksuzuki. Thank you for clarifying. I brought it up mainly because it feels like a bit of a "code smell" to have stuff for CI in |
This PR introduces node local DNS with LRP in conformance-e2e following the LRP document, and run
local-redirect-policy-with-node-dns
test.https://docs.cilium.io/en/stable/network/kubernetes/local-redirect-policy/#node-local-dns-cache