--- apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: name: manager-role rules: - apiGroups: - "" resources: - events verbs: - create - patch - apiGroups: - "" resources: - nodes verbs: - get - list - patch - update - watch - apiGroups: - operator.andy.vendetti.ru resources: - nodetainterconfigs verbs: - get - list - watch - apiGroups: - operator.andy.vendetti.ru resources: - nodetainterconfigs/status verbs: - get - patch - update