From 9ed4cf6d29bd86821caf6a327690cbbc3c64447f Mon Sep 17 00:00:00 2001 From: Adrian Goins Date: Thu, 24 Oct 2019 07:44:36 -0300 Subject: [PATCH 1/2] remove incorrect classification removed "installer" reference and buffed up the rest of the language. --- content/rke/latest/en/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rke/latest/en/_index.md b/content/rke/latest/en/_index.md index 9d5fa4cf5a9..f01fe1b9ca5 100644 --- a/content/rke/latest/en/_index.md +++ b/content/rke/latest/en/_index.md @@ -4,4 +4,4 @@ shortTitle: RKE weight: 1 --- -Rancher Kubernetes Engine (RKE) is a light-weight Kubernetes installer that supports installation on bare-metal and virtualized servers. RKE solves a common issue in the Kubernetes community: installation complexity. With RKE, Kubernetes installation is simplified, regardless of what operating systems and platforms you're running. +Rancher Kubernetes Engine (RKE) is a CNCF-certified Kubernetes distribution that runs entirely within Docker containers. It works on bare-metal and virtualized servers. RKE solves the problem of installation complexity, a common issue in the Kubernetes community. With RKE, the installation of Kubernetes is both simplified and easily automated, and it's entirely independent of the operating system and platform you're running. As long as you can run a supported version of Docker, you can install Kubernetes with RKE. From 2959bd41f1526207f93e66fff199c079ac8055c7 Mon Sep 17 00:00:00 2001 From: Adrian Goins Date: Thu, 24 Oct 2019 07:48:01 -0300 Subject: [PATCH 2/2] add additional language --- content/rke/latest/en/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rke/latest/en/_index.md b/content/rke/latest/en/_index.md index f01fe1b9ca5..edd0d014bee 100644 --- a/content/rke/latest/en/_index.md +++ b/content/rke/latest/en/_index.md @@ -4,4 +4,4 @@ shortTitle: RKE weight: 1 --- -Rancher Kubernetes Engine (RKE) is a CNCF-certified Kubernetes distribution that runs entirely within Docker containers. It works on bare-metal and virtualized servers. RKE solves the problem of installation complexity, a common issue in the Kubernetes community. With RKE, the installation of Kubernetes is both simplified and easily automated, and it's entirely independent of the operating system and platform you're running. As long as you can run a supported version of Docker, you can install Kubernetes with RKE. +Rancher Kubernetes Engine (RKE) is a CNCF-certified Kubernetes distribution that runs entirely within Docker containers. It works on bare-metal and virtualized servers. RKE solves the problem of installation complexity, a common issue in the Kubernetes community. With RKE, the installation and operation of Kubernetes is both simplified and easily automated, and it's entirely independent of the operating system and platform you're running. As long as you can run a supported version of Docker, you can deploy and run Kubernetes with RKE.