We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The user can specify a bridge specific resolv.conf file with custom nameservers configured: https://www.cni.dev/plugins/current/ipam/host-local/. Example:
{ "ipam": { "type": "host-local", "subnet": "3ffe:ffff:0:01ff::/64", "rangeStart": "3ffe:ffff:0:01ff::0010", "rangeEnd": "3ffe:ffff:0:01ff::0020", "routes": [ { "dst": "3ffe:ffff:0:01ff::1/64" } ], "resolvConf": "/etc/resolv.conf" } }
The contents of this resolv.conf are passed to the VM so it is not necessary to handle resolv.conf in vminit. Document.
vminit
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The user can specify a bridge specific resolv.conf file with custom nameservers configured: https://www.cni.dev/plugins/current/ipam/host-local/. Example:
The contents of this resolv.conf are passed to the VM so it is not necessary to handle resolv.conf in
vminit
. Document.The text was updated successfully, but these errors were encountered: