mirror of https://github.com/docker/docs.git
art test
This commit is contained in:
parent
2cdc8d47f1
commit
f9bce0fa33
|
@ -24,12 +24,12 @@ To create a Kuberenetes role in the UCP web interface:
|
||||||
2. Navigate to the **Access Control**.
|
2. Navigate to the **Access Control**.
|
||||||
3. In the lefthand menu, select **Roles**.
|
3. In the lefthand menu, select **Roles**.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
4. Select the **Kubernetes** tab at the top of the window.
|
4. Select the **Kubernetes** tab at the top of the window.
|
||||||
5. Select **Create** to create a Kubernetes role object in the following dialog:
|
5. Select **Create** to create a Kubernetes role object in the following dialog:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
6. Select a namespace from the **Namespace** dropdown list. Selecting a specific namespace creates a role for use in that namespace, but selecting all namespaces creates a `ClusterRole` where you can create rules for cluster-scoped Kubernetes resources as well as namespaced resources.
|
6. Select a namespace from the **Namespace** dropdown list. Selecting a specific namespace creates a role for use in that namespace, but selecting all namespaces creates a `ClusterRole` where you can create rules for cluster-scoped Kubernetes resources as well as namespaced resources.
|
||||||
7. Provide the YAML for the role, either by entering it in the **Object YAML** editor or select **Click to upload a .yml file** to choose and upload a .yml file instead.
|
7. Provide the YAML for the role, either by entering it in the **Object YAML** editor or select **Click to upload a .yml file** to choose and upload a .yml file instead.
|
||||||
|
|
Loading…
Reference in New Issue