Skip to content

Commit

Permalink
Merge pull request #1603 from mborsz/patch-1
Browse files Browse the repository at this point in the history
Allow checking pod resource usage
  • Loading branch information
k8s-ci-robot authored Feb 11, 2021
2 parents 28db1a0 + 7329133 commit 845c9ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions infra/gcp/namespaces/namespace-user-role.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ rules:
- apiGroups: ["networking.k8s.io"]
resources: ["networkpolicies","ingresses"]
verbs: ["*"]
- apiGroups: ["metrics.k8s.io"]
resources: ["pods"]
verbs: ["*"]
- apiGroups: ["cert-manager.io"]
resources: ["certificates"]
verbs: ["*"]
Expand Down

0 comments on commit 845c9ee

Please sign in to comment.