ichp-project-debugger.yaml 667 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. apiVersion: rbac.authorization.k8s.io/v1
  2. kind: ClusterRole
  3. metadata:
  4. annotations:
  5. openshift.io/description: An ICHP dedicated role for debugging.
  6. openshift.io/reconcile-protect: "true"
  7. creationTimestamp: "2024-03-08T22:14:44Z"
  8. labels:
  9. app.kubernetes.io/instance: rbac
  10. app.kubernetes.io/name: ichp-rbac
  11. name: ichp-project-debugger
  12. rules:
  13. - apiGroups:
  14. - ""
  15. resources:
  16. - pods
  17. - pods/attach
  18. - pods/exec
  19. - pods/portforward
  20. - pods/proxy
  21. verbs:
  22. - create
  23. - delete
  24. - deletecollection
  25. - get
  26. - list
  27. - patch
  28. - update
  29. - watch
  30. - apiGroups:
  31. - ""
  32. resources:
  33. - pods/log
  34. - pods/status
  35. verbs:
  36. - get
  37. - list
  38. - watch