Merge pull request #585 from nearora-msft/implement-distributed-snapshotting

Implement distributed snapshotting
This commit is contained in:
Kubernetes Prow Robot
2021-12-25 06:05:15 -08:00
committed by GitHub
16 changed files with 870 additions and 14 deletions

View File

@@ -44,7 +44,10 @@ rules:
- apiGroups: ["snapshot.storage.k8s.io"]
resources: ["volumesnapshots/status"]
verbs: ["update", "patch"]
# Enable this RBAC rule only when using distributed snapshotting, i.e. when the enable-distributed-snapshotting flag is set to true
# - apiGroups: [""]
# resources: ["nodes"]
# verbs: ["get", "list", "watch"]
---
kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1