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

kola/tests/misc/network.go: Allow systemd-resolved to run #153

Merged
merged 1 commit into from
Jan 4, 2021

Conversation

pothos
Copy link
Member

@pothos pothos commented Dec 10, 2020

As local DNS server systemd-resolved listens on 127.0.0.53:53 accepting
both TCP and UDP connections. It should be used not only for its caching
and other features but because otherwise the per-interface DNS servers
get merged into one global /etc/resolve.conf file.
See flatcar/Flatcar#285

How to use/testing done

wget https://storage.googleapis.com/flatcar-jenkins/developer/developer/boards/amd64-usr/2020.12.07+dev-flatcar-master-1604/flatcar_production_qemu_image.img.bz2
lbunzip2 flatcar_production_qemu_image.img.bz2
sudo ./kola run --board=amd64-usr --channel=alpha --parallel=1 --platform=qemu --qemu-bios=bios-256k.bin --qemu-image flatcar_production_qemu_image.img cl.network.listeners

As local DNS server systemd-resolved listens on 127.0.0.53:53 accepting
both TCP and UDP connections. It should be used not only for its caching
and other features but because otherwise the per-interface DNS servers
get merged into one global /etc/resolve.conf file.
See flatcar/Flatcar#285
@pothos pothos requested a review from a team December 10, 2020 11:21
Copy link
Contributor

@margamanterola margamanterola left a comment

Choose a reason for hiding this comment

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

LGTM

@pothos pothos merged commit e89a181 into flatcar-master Jan 4, 2021
@pothos pothos deleted the kai/systemd-resolved branch January 4, 2021 18:10
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.

3 participants