diff options
author | William Hubbs <williamh@gentoo.org> | 2020-10-06 10:35:29 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2020-10-06 10:38:18 -0500 |
commit | 3055337f5458471b69abf209530d9ce13c7ede6c (patch) | |
tree | c17a983fa0b87fc3cf90b6621fccb3f439e8d4c2 /2020-10-06-k8s-split-packages | |
parent | remove irrelivent news item about kubernetes single package (diff) | |
download | gentoo-news-3055337f5458471b69abf209530d9ce13c7ede6c.tar.gz gentoo-news-3055337f5458471b69abf209530d9ce13c7ede6c.tar.bz2 gentoo-news-3055337f5458471b69abf209530d9ce13c7ede6c.zip |
add k8s-split-packages news item
Bug: https://bugs.gentoo.org/741572
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to '2020-10-06-k8s-split-packages')
-rw-r--r-- | 2020-10-06-k8s-split-packages/2020-10-06-k8s-split-packages.en.txt | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/2020-10-06-k8s-split-packages/2020-10-06-k8s-split-packages.en.txt b/2020-10-06-k8s-split-packages/2020-10-06-k8s-split-packages.en.txt new file mode 100644 index 0000000..9ef5a9a --- /dev/null +++ b/2020-10-06-k8s-split-packages/2020-10-06-k8s-split-packages.en.txt @@ -0,0 +1,26 @@ +Title: kubernetes Split Packages Returning +Author: William Hubbs <williamh@gentoo.org> +Posted: 2020-10-06 +Revision: 1 +News-Item-Format: 2.0 +Display-If-Installed: sys-cluster/kubernetes + +In order to fix the ability to upgrade kubernetes components separately, +the kubernetes split packages are returning [1]. + +Starting with kubernetes 1.17.12, 1.18.9 and 1.19.2, you will need to +install the following packages in the appropriate configuration for +your cluster. + +sys-cluster/kubeadm +sys-cluster/kube-apiserver +sys-cluster/kube-controller-manager +sys-cluster/kubectl +sys-cluster/kubelet +sys-cluster/kube-proxy +sys-cluster/kube-scheduler + +Once the split packages are stabilized, sys-cluster/kubernetes will be +masked and removed. + +[1] https://bugs.gentoo.org/741572 |