How to add additional DNS Servers with netavark #21434
Unanswered
thomasandre84
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
concerning #17807 I cannot inherit Host DNS Servers anymore, when having netavark in the network enabled.
Starting my pods with:
kube play --network my-own-network kube.yaml
I tried to adapt my containers.conf and added (example dns-server IPs):
dns_servers = [
"10.0.0.1",
"10.0.5.1"
]
still, when verifiying within the POD /etc/resolve.conf - the nameserver/gateway for my-own-network is available only, bit not the added servers from "dns_servers"
Do you have an idea how I can use both in a POD?
podman-4.6.1-4
RHEL 8.9
SELinux active
network_backend = "netavark"
Beta Was this translation helpful? Give feedback.
All reactions