Replies: 1 comment 4 replies
-
Just fooling around with this in
|
Beta Was this translation helpful? Give feedback.
4 replies
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.
-
podman generate kube
generatesdnsConfig
entry for--dns
. But it doesn't generate anything for--dns=none
.none
allows you to disable dns according to https://docs.podman.io/en/latest/markdown/podman-run.1.html#dns-ipaddrThe feature PR is here: #9150. I haven't bothered to understand the code, but it doesn't include a test for
none
value. I am not sure ifnone
case is supported or not.Beta Was this translation helpful? Give feedback.
All reactions