diff options
author | Dan Molik <dan@danmolik.com> | 2019-01-11 10:03:28 -0500 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2019-01-14 15:33:58 +0100 |
commit | 5853d927bfeaa19de0843b7c73a17144d123e0fa (patch) | |
tree | a19d4a5c41c50fb8bddaaabbdb00c98dcec918c6 /sys-cluster/kubeadm/metadata.xml | |
parent | media-libs/phonon-vlc: amd64 stable wrt bug #674860 (diff) | |
download | gentoo-5853d927bfeaa19de0843b7c73a17144d123e0fa.tar.gz gentoo-5853d927bfeaa19de0843b7c73a17144d123e0fa.tar.bz2 gentoo-5853d927bfeaa19de0843b7c73a17144d123e0fa.zip |
sys-cluster/kubeadm: New Package
kubeadm is the new stable tool for standing up kubernetes clusters. It
reached general availability in 1.13.0 and is positioned to become the
go to tool to bootstap kuberentes clusters.
Package-Manager: Portage-2.3.55, Repoman-2.3.12
Signed-off-by: Dan Molik <dan@danmolik.com>
Tested-by: Dan Molik <dan@danmolik.com>
Signed-off-by: Manuel Rüger <mrueg@gentoo.org>
Diffstat (limited to 'sys-cluster/kubeadm/metadata.xml')
-rw-r--r-- | sys-cluster/kubeadm/metadata.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/sys-cluster/kubeadm/metadata.xml b/sys-cluster/kubeadm/metadata.xml new file mode 100644 index 000000000000..c1a4c8210661 --- /dev/null +++ b/sys-cluster/kubeadm/metadata.xml @@ -0,0 +1,30 @@ +<?xml version='1.0' encoding='UTF-8'?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>dan@danmolik.com</email> + <name>Dan Molik</name> + </maintainer> + <maintainer type="person"> + <email>mrueg@gentoo.org</email> + <name>Manuel Rüger</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</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> |