diff --git a/ee/ucp/authorization/congigure-rbac-kube.md b/ee/ucp/authorization/congigure-rbac-kube.md index abd9888c17..64761409ec 100644 --- a/ee/ucp/authorization/congigure-rbac-kube.md +++ b/ee/ucp/authorization/congigure-rbac-kube.md @@ -39,4 +39,8 @@ To create a Kuberenetes grant in the UCP web interface: 6. Select the subject type. Your choices are: - **All Users** - **Organizations** -- ** Service account** +- **Service account** +7. To creat 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 selection is the **kube-public-** namespace. + +![Kubernetes Create User Role Binding in UCP](../images/kube-grant-rolebinding.png) diff --git a/ee/ucp/images/kube-grant-rolebinding.png b/ee/ucp/images/kube-grant-rolebinding.png new file mode 100644 index 0000000000..a5649015c1 Binary files /dev/null and b/ee/ucp/images/kube-grant-rolebinding.png differ