mirror of
https://github.com/carlosedp/cluster-monitoring.git
synced 2024-11-20 19:07:17 +01:00
f36e3d9399
* new-operator: (30 commits) Updated readme Update SMTP image version Cleanup after merging addon-resizer PR to upstream. Update libs Updated README Tag arm_exporter to arm64 only nodes Fix arm-exporter proxy listen port Update Grafana dashboard Add CoreDNS dashboard Cleanup Add Grafana persistence Updated dashboard alert Added anti-affinity to Prometheus and alertmanager Remove example file Generate all manifests Import all jsonnet files Added new config to the config generator. Import Grafana dashboards Added MetalLB ServiceMonitor Fix Traefik monitor Add SMTP relay for Gmail Update libs ...
13 lines
252 B
YAML
13 lines
252 B
YAML
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: RoleBinding
|
|
metadata:
|
|
name: kube-state-metrics
|
|
roleRef:
|
|
apiGroup: rbac.authorization.k8s.io
|
|
kind: Role
|
|
name: kube-state-metrics-resizer
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: kube-state-metrics
|
|
|