From 372430d060256cc7b5d38581ac7b3d63e85adf6b Mon Sep 17 00:00:00 2001 From: Jeff Szielenski Date: Thu, 18 Oct 2018 10:39:23 -0700 Subject: [PATCH] Update _index.md Fixed grammatical error. --- content/rancher/v2.x/en/faq/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rancher/v2.x/en/faq/_index.md b/content/rancher/v2.x/en/faq/_index.md index 534424ce53f..63c03de071a 100644 --- a/content/rancher/v2.x/en/faq/_index.md +++ b/content/rancher/v2.x/en/faq/_index.md @@ -13,7 +13,7 @@ See [Technical FAQ]({{< baseurl >}}/rancher/v2.x/en/faq/technical/), for frequen #### What does it mean when you say Rancher v2.0 is built on Kubernetes? -Rancher v2.0 is a complete container management platform built on 100% on Kubernetes leveraging its Custom Resource and Controller framework. All features are written as a CustomResourceDefinition (CRD) which extends the existing Kubernetes API and can leverage native features such as RBAC. +Rancher v2.0 is a complete container management platform built 100% on Kubernetes leveraging its Custom Resource and Controller framework. All features are written as a CustomResourceDefinition (CRD) which extends the existing Kubernetes API and can leverage native features such as RBAC. #### Do you plan to implement upstream Kubernetes, or continue to work on your own fork?