Add block supports to rbd driver

This commit is contained in:
Masaki Kimura
2018-11-01 01:03:03 +00:00
committed by Huamin Chen
parent 1ac0757aab
commit 165b82a44c
3 changed files with 65 additions and 35 deletions

View File

@ -24,6 +24,9 @@ rules:
- apiGroups: [""]
resources: ["events"]
verbs: ["list", "watch", "create", "update", "patch"]
- apiGroups: [""]
resources: ["endpoints"]
verbs: ["get", "create", "update"]
---
kind: ClusterRoleBinding