From 77654a679adb7e884e8d5850b68b0c701a71d310 Mon Sep 17 00:00:00 2001 From: ddeyo Date: Thu, 6 Sep 2018 16:59:57 -0700 Subject: [PATCH] added TOC entry and redirect --- _data/toc.yaml | 4 ++-- ee/ucp/authorization/congigure-rbac-kube.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/_data/toc.yaml b/_data/toc.yaml index 83621b755b..b59c78f1cb 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -1646,8 +1646,8 @@ manuals: - path: /ee/ucp/authorization/pull-images/ title: Allow users to pull images - path: /ee/ucp/authorization/migrate-kubernetes-roles/ - title: Migrate Kubernetes roles to Docker EE authorization - - path: /ee/ucp/authorization/ee-standard/ + title: Configure Kubernetes Role-Based Access Control + - path: /ee/ucp/authorization/configure-rbac-kube/ title: Docker EE Standard use case - path: /ee/ucp/authorization/ee-advanced/ title: Docker EE Advanced use case diff --git a/ee/ucp/authorization/congigure-rbac-kube.md b/ee/ucp/authorization/congigure-rbac-kube.md index 192e155f53..044e4b381f 100644 --- a/ee/ucp/authorization/congigure-rbac-kube.md +++ b/ee/ucp/authorization/congigure-rbac-kube.md @@ -2,6 +2,7 @@ title: Enable Kuberenetes RBAC description: Learn how configure role-based access control for Kubernetes keywords: Kuberenetes, ucp, RBAC +redirects: /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 Kube RBAC. The benefits of doing this are: