mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 08:03:16 -04:00
The commits moves dnsname-cni-plugin to app-container from net-misc. Signed-off-by: Randall T. Vasquez <ran.dall@icloud.com>
15 lines
615 B
XML
15 lines
615 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>ran.dall@icloud.com</email>
|
|
<name>Randall Vasquez</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
This plugin sets up the use of dnsmasq on a given CNI network so that Pods can resolve each other by name. When configured, the pod and its IP address are added to a network specific hosts file that dnsmasq reads in.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">containers/dnsname</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|