From 23e8eaf782ed605be3c0f815a8cf6665a0aefcd4 Mon Sep 17 00:00:00 2001 From: Tim Bannister Date: Wed, 29 May 2019 06:18:20 +0100 Subject: [PATCH] Use shortcode for note in Kops glossary entry (#14534) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Use note shortcode in kops glossary entry This brings the entry closer to Kubernetes' style guide for documentation. * Reword kops glossary entry - Write “Terraform” with a capital T (it's a proper noun) - Adjust grammar --- content/en/docs/reference/glossary/kops.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/content/en/docs/reference/glossary/kops.md b/content/en/docs/reference/glossary/kops.md index c52be78809..0a3da41969 100755 --- a/content/en/docs/reference/glossary/kops.md +++ b/content/en/docs/reference/glossary/kops.md @@ -4,17 +4,22 @@ id: kops date: 2018-04-12 full_link: /docs/getting-started-guides/kops/ short_description: > - A CLI tool that helps you create, destroy, upgrade and maintain production-grade, highly available, Kubernetes clusters. *NOTE: Officially supports AWS only, with GCE and VMware vSphere in alpha*. + A CLI tool that helps you create, destroy, upgrade and maintain production-grade, highly available, Kubernetes clusters. aka: tags: - tool - operation --- - A CLI tool that helps you create, destroy, upgrade and maintain production-grade, highly available, Kubernetes clusters. *NOTE: Officially supports AWS only, with GCE and VMware vSphere in alpha*. + A CLI tool that helps you create, destroy, upgrade and maintain production-grade, highly available, Kubernetes clusters. +{{< note >}} +kops has general availability support only for AWS. +Support for using kops with GCE and VMware vSphere are in alpha. +{{< /note >}} + `kops` provisions your cluster with: * Fully automated installation @@ -22,7 +27,6 @@ tags: * Self-healing: everything runs in Auto-Scaling Groups * Limited OS support (Debian preferred, Ubuntu 16.04 supported, early support for CentOS & RHEL) * High availability (HA) support - * The ability to directly provision, or generate terraform manifests + * The ability to directly provision, or to generate Terraform manifests You can also build your own cluster using {{< glossary_tooltip term_id="kubeadm" >}} as a building block. `kops` builds on the kubeadm work. -