Skip to content

Instantly share code, notes, and snippets.

@bh7cw
Created July 8, 2021 18:01
Show Gist options
  • Save bh7cw/81d2e3e351c2c9b4bf31c0e4af420a43 to your computer and use it in GitHub Desktop.
Save bh7cw/81d2e3e351c2c9b4bf31c0e4af420a43 to your computer and use it in GitHub Desktop.
role
---
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
name: sre-1270-rebalancing-infra-nodes-openshift-monitoring
namespace: openshift-monitoring
rules:
- apiGroups:
- ""
resources:
- pods
verbs:
- get
- list
- delete
---
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
name: sre-1270-rebalancing-infra-nodes-openshift-security
namespace: openshift-security
rules:
- apiGroups:
- ""
resources:
- pods
verbs:
- get
- list
- delete
---
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
name: sre-1270-rebalancing-infra-nodes-openshift-ingress
namespace: openshift-ingress
rules:
- apiGroups:
- ""
resources:
- pods
verbs:
- get
- list
- delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment