vsphere-svc.yml 911 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. apiVersion: v1
  2. kind: ClusterRole
  3. metadata:
  4. annotations:
  5. authorization.openshift.io/system-only: "true"
  6. openshift.io/reconcile-protect: "false"
  7. labels:
  8. kubernetes.io/bootstrapping: rbac-defaults
  9. name: system:vsphere-cloud-provider
  10. rules:
  11. - apiGroups:
  12. - ""
  13. attributeRestrictions: null
  14. resources:
  15. - nodes
  16. verbs:
  17. - get
  18. - list
  19. - watch
  20. - apiGroups:
  21. - ""
  22. attributeRestrictions: null
  23. resources:
  24. - events
  25. verbs:
  26. - create
  27. - patch
  28. - update
  29. ---
  30. apiVersion: v1
  31. groupNames: null
  32. kind: ClusterRoleBinding
  33. metadata:
  34. annotations:
  35. openshift.io/reconcile-protect: "false"
  36. labels:
  37. kubernetes.io/bootstrapping: rbac-defaults
  38. name: system:vsphere-cloud-provider
  39. roleRef:
  40. name: system:vsphere-cloud-provider
  41. subjects:
  42. - kind: ServiceAccount
  43. name: vsphere-cloud-provider
  44. namespace: kube-system
  45. userNames:
  46. - system:serviceaccount:kube-system:vsphere-cloud-provider