From ee7fade7d4532e06705024d0065724cf79562b0b Mon Sep 17 00:00:00 2001 From: ddeyo Date: Mon, 10 Sep 2018 11:51:03 -0700 Subject: [PATCH] jin feedback incorporated --- ee/ucp/admin/configure/configure-rbac-kube.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ee/ucp/admin/configure/configure-rbac-kube.md b/ee/ucp/admin/configure/configure-rbac-kube.md index 5044455807..e1f280afee 100644 --- a/ee/ucp/admin/configure/configure-rbac-kube.md +++ b/ee/ucp/admin/configure/configure-rbac-kube.md @@ -1,15 +1,15 @@ --- -title: Enable Kuberenetes RBAC -description: Learn how configure role-based access control for Kubernetes -keywords: Kuberenetes, ucp, RBAC +title: Enable Kubernetes RBAC +description: Learn how to configure role-based access control for Kubernetes +keywords: Kubernetes, ucp, RBAC redirect_from: - /ee/ucp/authorization/migrate-kubernetes-roles/ --- -UCP 3.0 used its own role-based asccess control (RBAC) for Kubernetes clusters. New in UCP 3.1 is the ability to use Kubernetes RBAC. The benefits of doing this are: +UCP 3.0 used its own role-based access control (RBAC) for Kubernetes clusters. New in UCP 3.1 is the ability to use native Kubernetes RBAC. The benefits of doing this are: - Many ecosystem applications and integrations expect Kubernetes RBAC as a part of their YAML files to provide access to service accounts. -- Organizations planning to run UCP both on-premesis as well as in hosted cloud services want to run Kubernetes applications on both sets of environments, without manually changing RBAC for their YAML file. +- Organizations planning to run UCP both on-premises as well as in hosted cloud services want to run Kubernetes applications on both sets of environments, without manually changing RBAC in their YAML file. Kubernetes RBAC is turned on by default for Kubernetes clusters when customers upgrade to UCP 3.1. See [Using RBAC Authorization](https://kubernetes.io/docs/reference/access-authn-authz/rbac/) in the v1.11 documentation for more information about Kubernetes role-based access control.