apiVersion: v1 kind: ClusterRole metadata: annotations: authorization.openshift.io/system-only: "true" openshift.io/reconcile-protect: "false" labels: kubernetes.io/bootstrapping: rbac-defaults name: system:vsphere-cloud-provider rules: - apiGroups: - "" attributeRestrictions: null resources: - nodes verbs: - get - list - watch - apiGroups: - "" attributeRestrictions: null resources: - events verbs: - create - patch - update --- apiVersion: v1 groupNames: null kind: ClusterRoleBinding metadata: annotations: openshift.io/reconcile-protect: "false" labels: kubernetes.io/bootstrapping: rbac-defaults name: system:vsphere-cloud-provider roleRef: name: system:vsphere-cloud-provider subjects: - kind: ServiceAccount name: vsphere-cloud-provider namespace: kube-system userNames: - system:serviceaccount:kube-system:vsphere-cloud-provider