mirror of
https://github.com/ubicloud/ubicloud.git
synced 2025-10-04 13:52:06 +08:00
In order to install the CSI on the clusters, we would upload the manifests to a control plane vm and apply the manifests from there.
13 lines
284 B
YAML
13 lines
284 B
YAML
---
|
|
kind: ClusterRoleBinding
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
metadata:
|
|
name: ubicsi-nodeplugin
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: ubicsi-nodeplugin
|
|
namespace: ubicsi
|
|
roleRef:
|
|
kind: ClusterRole
|
|
name: ubicsi-nodeplugin
|
|
apiGroup: rbac.authorization.k8s.io
|