2019-02-07 09:59:26 +00:00
|
|
|
---
|
2018-07-18 14:48:43 +00:00
|
|
|
apiVersion: v1
|
|
|
|
kind: ServiceAccount
|
|
|
|
metadata:
|
2019-01-23 15:05:15 +00:00
|
|
|
name: cephfs-csi-nodeplugin
|
2018-07-18 14:48:43 +00:00
|
|
|
|
|
|
|
---
|
|
|
|
kind: ClusterRole
|
|
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
|
|
metadata:
|
2019-01-23 15:05:15 +00:00
|
|
|
name: cephfs-csi-nodeplugin
|
2019-04-16 07:49:59 +00:00
|
|
|
aggregationRule:
|
|
|
|
clusterRoleSelectors:
|
|
|
|
- matchLabels:
|
|
|
|
rbac.cephfs.csi.ceph.com/aggregate-to-cephfs-csi-nodeplugin: "true"
|
|
|
|
rules: []
|
|
|
|
---
|
|
|
|
kind: ClusterRole
|
|
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
|
|
metadata:
|
|
|
|
name: cephfs-csi-nodeplugin-rules
|
|
|
|
labels:
|
|
|
|
rbac.cephfs.csi.ceph.com/aggregate-to-cephfs-csi-nodeplugin: "true"
|
2018-07-18 14:48:43 +00:00
|
|
|
rules:
|
2019-03-29 08:12:09 +00:00
|
|
|
- apiGroups: [""]
|
|
|
|
resources: ["configmaps"]
|
|
|
|
verbs: ["get", "list"]
|
2018-07-18 14:48:43 +00:00
|
|
|
- apiGroups: [""]
|
|
|
|
resources: ["nodes"]
|
|
|
|
verbs: ["get", "list", "update"]
|
|
|
|
- apiGroups: [""]
|
|
|
|
resources: ["namespaces"]
|
|
|
|
verbs: ["get", "list"]
|
|
|
|
- apiGroups: [""]
|
|
|
|
resources: ["persistentvolumes"]
|
|
|
|
verbs: ["get", "list", "watch", "update"]
|
|
|
|
- apiGroups: ["storage.k8s.io"]
|
|
|
|
resources: ["volumeattachments"]
|
|
|
|
verbs: ["get", "list", "watch", "update"]
|
|
|
|
|
|
|
|
---
|
|
|
|
kind: ClusterRoleBinding
|
|
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
|
|
metadata:
|
2019-01-23 15:05:15 +00:00
|
|
|
name: cephfs-csi-nodeplugin
|
2018-07-18 14:48:43 +00:00
|
|
|
subjects:
|
|
|
|
- kind: ServiceAccount
|
2019-01-23 15:05:15 +00:00
|
|
|
name: cephfs-csi-nodeplugin
|
2018-07-18 14:48:43 +00:00
|
|
|
namespace: default
|
|
|
|
roleRef:
|
|
|
|
kind: ClusterRole
|
2019-01-23 15:05:15 +00:00
|
|
|
name: cephfs-csi-nodeplugin
|
2019-02-07 09:59:26 +00:00
|
|
|
apiGroup: rbac.authorization.k8s.io
|