--- apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: creationTimestamp: null name: manager-role rules: - apiGroups: - "" resources: - secrets verbs: - get - list - watch - apiGroups: - cluster.x-k8s.io resources: - clusters - machines verbs: - get - list - watch - apiGroups: - infrastructure.cluster.x-k8s.io resources: - dockerclusters verbs: - create - delete - get - list - patch - update - watch - apiGroups: - infrastructure.cluster.x-k8s.io resources: - dockerclusters/status verbs: - get - patch - update - apiGroups: - infrastructure.cluster.x-k8s.io resources: - dockermachines verbs: - create - delete - get - list - patch - update - watch - apiGroups: - infrastructure.cluster.x-k8s.io resources: - dockermachines/status verbs: - get - patch - update