From 4a5acad414856fb298957f48af6f9dbf682be105 Mon Sep 17 00:00:00 2001 From: David Medinets Date: Thu, 29 Oct 2020 13:29:54 -0400 Subject: [PATCH] Fix missing spaces in section heading. (#6868) When https://kubespray.io/#/docs/comparisons is generated, having the link in the heading creates the following HTML. When displayed there is no space between "vs" and the link. I simply moved the link into the following paragraph. ```

Kubespray vs Kops

``` --- docs/comparisons.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/comparisons.md b/docs/comparisons.md index d0f50c548..5469e2bb5 100644 --- a/docs/comparisons.md +++ b/docs/comparisons.md @@ -1,9 +1,9 @@ # Comparison -## Kubespray vs [Kops](https://github.com/kubernetes/kops) +## Kubespray vs Kops Kubespray runs on bare metal and most clouds, using Ansible as its substrate for -provisioning and orchestration. Kops performs the provisioning and orchestration +provisioning and orchestration. [Kops](https://github.com/kubernetes/kops) performs the provisioning and orchestration itself, and as such is less flexible in deployment platforms. For people with familiarity with Ansible, existing Ansible deployments or the desire to run a Kubernetes cluster across multiple platforms, Kubespray is a good choice. Kops, @@ -11,9 +11,9 @@ however, is more tightly integrated with the unique features of the clouds it supports so it could be a better choice if you know that you will only be using one platform for the foreseeable future. -## Kubespray vs [Kubeadm](https://github.com/kubernetes/kubeadm) +## Kubespray vs Kubeadm -Kubeadm provides domain Knowledge of Kubernetes clusters' life cycle +[Kubeadm](https://github.com/kubernetes/kubeadm) provides domain Knowledge of Kubernetes clusters' life cycle management, including self-hosted layouts, dynamic discovery services and so on. Had it belonged to the new [operators world](https://coreos.com/blog/introducing-operators.html), it may have been named a "Kubernetes cluster operator". Kubespray however,