Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose feature flags for collectors, diagnosers, exporters #52

Closed
wants to merge 14 commits into from
Closed
Next Next commit
support for collecting from CRDs using default deployment yaml
  • Loading branch information
davidkydd committed Apr 22, 2021
commit dc4884bb49a6d1e35388e4777c1c619b6cbcf579
4 changes: 2 additions & 2 deletions deployment/aks-periscope.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ kind: ClusterRole
metadata:
name: aks-periscope-role
rules:
- apiGroups: ["","metrics.k8s.io"]
resources: ["pods", "nodes"]
- apiGroups: ["","metrics.k8s.io", "apiextensions.k8s.io"]
resources: ["pods", "nodes", "customresourcedefinitions"]
verbs: ["get", "watch", "list"]
- apiGroups: ["aks-periscope.azure.github.com"]
resources: ["diagnostics"]
Expand Down