mirror of https://github.com/docker/docs.git
fix formatting around persistent-volume-binder (#9334)
* fix formatting around persistent-volume-binder * Update release-notes.md
This commit is contained in:
parent
92e6db7bfd
commit
a1c1661116
|
|
@ -256,8 +256,8 @@ In order to optimize user experience and security, support for Internet Explorer
|
|||
$ sudo yum downgrade container-selinux-2.74-1.el7
|
||||
```
|
||||
- Attempts to deploy local PV fail with regular UCP configuration unless PV binder SA is bound to cluster admin role.
|
||||
- Workaround: Create a `ClusterRoleBinding` that binds the `persistent-volume-binder` serviceaccount
|
||||
to a `cluster-admin` `ClusterRole`, as shown in the following example:
|
||||
- Workaround: Create a `ClusterRoleBinding` that binds the `persistent-volume-binder` serviceaccount to a `cluster-admin` `ClusterRole`, as shown in the following example:
|
||||
|
||||
```
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: ClusterRoleBinding
|
||||
|
|
|
|||
Loading…
Reference in New Issue