From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 44C71138350 for ; Thu, 23 Jan 2020 18:23:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 648C8E0A94; Thu, 23 Jan 2020 18:23:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 47F7DE0A94 for ; Thu, 23 Jan 2020 18:23:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A50A634E430 for ; Thu, 23 Jan 2020 18:23:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD7B6A3 for ; Thu, 23 Jan 2020 18:22:59 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1579803762.e11343080f7df31dbbddb5643f2e4d52532f1ff2.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/kubeadm/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/kubeadm/metadata.xml X-VCS-Directories: sys-cluster/kubeadm/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: e11343080f7df31dbbddb5643f2e4d52532f1ff2 X-VCS-Branch: master Date: Thu, 23 Jan 2020 18:22:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 996e1adb-e8cb-4a08-9b38-ba52b701ca00 X-Archives-Hash: 1b1a90f2724c9882112819aaa0f921a7 commit: e11343080f7df31dbbddb5643f2e4d52532f1ff2 Author: William Hubbs sony com> AuthorDate: Thu Jan 23 18:19:26 2020 +0000 Commit: William Hubbs gentoo org> CommitDate: Thu Jan 23 18:22:42 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1134308 sys-cluster/kubeadm: take maintainership I was advised that the proxy maintainer no longer has time to maintain this. Signed-off-by: William Hubbs gentoo.org> sys-cluster/kubeadm/metadata.xml | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/sys-cluster/kubeadm/metadata.xml b/sys-cluster/kubeadm/metadata.xml index 6833440b374..acebd7ff79e 100644 --- a/sys-cluster/kubeadm/metadata.xml +++ b/sys-cluster/kubeadm/metadata.xml @@ -2,23 +2,19 @@ - dan@danmolik.com - Dan Molik - - - proxy-maint@gentoo.org - Proxy Maintainers + williamh@gentoo.org + William Hubbs - 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. + 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. + top of kubeadm, and ideally, using kubeadm as the basis of all + deployments will make it easier to create conformant clusters. kubernetes/kubernetes