mirror of https://github.com/docker/docs.git
added TOC entry and redirect
This commit is contained in:
parent
71db7da5a2
commit
77654a679a
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue