You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
384 B

  1. apiVersion: v1
  2. items:
  3. - apiVersion: rbac.authorization.k8s.io/v1
  4. kind: ClusterRoleBinding
  5. metadata:
  6. name: system:cloud-controller-manager
  7. roleRef:
  8. apiGroup: rbac.authorization.k8s.io
  9. kind: ClusterRole
  10. name: system:cloud-controller-manager
  11. subjects:
  12. - kind: ServiceAccount
  13. name: cloud-controller-manager
  14. namespace: kube-system
  15. kind: List
  16. metadata: {}