From c0398bd88bbf872891ff60c96e6af729f3a005cf Mon Sep 17 00:00:00 2001 From: ddeyo Date: Fri, 7 Sep 2018 14:06:22 -0700 Subject: [PATCH] art fixed --- ee/ucp/admin/configure/configure-rbac-kube.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ee/ucp/admin/configure/configure-rbac-kube.md b/ee/ucp/admin/configure/configure-rbac-kube.md index 7f175f4b35..5156b45731 100644 --- a/ee/ucp/admin/configure/configure-rbac-kube.md +++ b/ee/ucp/admin/configure/configure-rbac-kube.md @@ -63,11 +63,11 @@ To create a grant for a Kuberenetes role in the UCP web interface: 7. To create a user role binding, select a username from the **Users** dropdown list then select **Next**. 8. Select a resource set for the subject. The **default** namespace is automatically selected. To use a different namespace, select the **Select Namespace** button next to the desired namespace. For `Cluster Role Binding`, slide the **Apply Role Binding to all namespaces** selector to the right. -![Kubernetes Create User Role Binding in UCP](../../images/kube-grant-rolebinding.png) +![Kubernetes Create User Role Binding in UCP](/ee/ucp/images/kube-grant-rolebinding.png) 9. Select **Next** to continue. 10. Select the **Cluster Role** from the dropdown list. If you create a `ClusterRoleBinding` (by selecting **Apply Role Binding to all namespaces**) then you may only select ClusterRoles. If you select a specific namespace, you can choose any role from that namespace or any ClusterRole. -![Kubernetes Select Cluster Role in UCP](../../images/kube-grant-roleselect.png) +![Kubernetes Select Cluster Role in UCP](/ee/ucp/images/kube-grant-roleselect.png) 11. Select **Create** to complete creating the grant.