From 20c284c2762535df3b07a245ba9b5df40eb21073 Mon Sep 17 00:00:00 2001 From: Kenichi Omichi Date: Wed, 28 Jul 2021 19:15:34 +0900 Subject: [PATCH] doc: Update 'Kubespray vs Kubeadm' (#7834) non-kubeadm mode has been removed since ddffdb63bfcc65a1731a16d316ce1 2.5 years ago. The non-kubeadm makes unnecessary confusion today, then this updates the documentation. --- docs/comparisons.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/comparisons.md b/docs/comparisons.md index 5469e2bb5..7ad1921f1 100644 --- a/docs/comparisons.md +++ b/docs/comparisons.md @@ -21,7 +21,6 @@ does generic configuration management tasks from the "OS operators" ansible world, plus some initial K8s clustering (with networking plugins included) and control plane bootstrapping. -Kubespray supports `kubeadm` for cluster creation since v2.3 -(and deprecated non-kubeadm deployment starting from v2.8) +Kubespray has started using `kubeadm` internally for cluster creation since v2.3 in order to consume life cycle management domain knowledge from it and offload generic OS configuration things from it, which hopefully benefits both sides.