mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
23 lines
918 B
XML
23 lines
918 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>williamh@gentoo.org</email>
|
|
<name>William Hubbs</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
kubeadm performs the actions necessary to get a minimum viable cluster
|
|
up and running. By design, it cares only about bootstrapping, not
|
|
about provisioning machines. Likewise, installing various
|
|
nice-to-have addons, like the Kubernetes Dashboard, monitoring
|
|
solutions and cloud-specific addons is not in scope.
|
|
|
|
Instead, we expect higher-level and more tailored tooling to be built on
|
|
top of kubeadm, and ideally, using kubeadm as the basis of all
|
|
deployments will make it easier to create conformant clusters.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">kubernetes/kubernetes</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|