Skip to content
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

fix(kuma-cp) fixes and E2E tests of Builtin DNS #1822

Merged
merged 7 commits into from
Apr 15, 2021
Merged

Conversation

jakubdyszkiewicz
Copy link
Contributor

@jakubdyszkiewicz jakubdyszkiewicz commented Apr 15, 2021

Summary

Various fixes to integrate builtin DNS

  • Answer TTL has to be 30s or above

  • CoreDNS has -quiet flag

  • Fixed Makefiles for building CoreDNS

  • DNS Generator has to generate listener on 127.0.0.1 only

  • Added E2E test on Kubernetes for the most common scenario (someone is using external service, when passthrough is false, it is blocked, when we add ExternalService with proper url and port, it is consumable again)

  • Added E2E test on Universal

Signed-off-by: Jakub Dyszkiewicz <jakub.dyszkiewicz@gmail.com>
Signed-off-by: Jakub Dyszkiewicz <jakub.dyszkiewicz@gmail.com>
Signed-off-by: Jakub Dyszkiewicz <jakub.dyszkiewicz@gmail.com>
@jakubdyszkiewicz jakubdyszkiewicz requested a review from a team as a code owner April 15, 2021 12:03
Copy link
Contributor

@bartsmykla bartsmykla left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Signed-off-by: Jakub Dyszkiewicz <jakub.dyszkiewicz@gmail.com>
Signed-off-by: Jakub Dyszkiewicz <jakub.dyszkiewicz@gmail.com>
Signed-off-by: Jakub Dyszkiewicz <jakub.dyszkiewicz@gmail.com>
Signed-off-by: Jakub Dyszkiewicz <jakub.dyszkiewicz@gmail.com>
@nickolaev nickolaev merged commit 98050e6 into master Apr 15, 2021
@nickolaev nickolaev deleted the fix/builtin-dns branch April 15, 2021 19:07
mergify bot pushed a commit that referenced this pull request Apr 16, 2021
* dns fixes

* e2e kube test

* e2e test on universal

Signed-off-by: Jakub Dyszkiewicz <jakub.dyszkiewicz@gmail.com>
(cherry picked from commit 98050e6)

# Conflicts:
#	app/kumactl/cmd/install/install_transparent_proxy.go
#	mk/build.mk
#	test/e2e/externalservices/externalservices_universal_test.go
#	test/framework/universal_app.go
#	test/framework/universal_cluster.go
jakubdyszkiewicz added a commit that referenced this pull request Apr 16, 2021
* dns fixes

* e2e kube test

* e2e test on universal

Signed-off-by: Jakub Dyszkiewicz <jakub.dyszkiewicz@gmail.com>
jakubdyszkiewicz pushed a commit that referenced this pull request Apr 16, 2021
Signed-off-by: Jakub Dyszkiewicz <jakub.dyszkiewicz@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants