Observability cleanup and k8s service monitoring (#43) #43
1 changed files with 1 additions and 1 deletions
Fix alloy-k8s: add pods/log permission for log collection
commit
2dc43c5ae1
|
|
@ -10,7 +10,7 @@ metadata:
|
|||
name: alloy
|
||||
rules:
|
||||
- apiGroups: [""]
|
||||
resources: ["nodes", "nodes/proxy", "nodes/metrics", "services", "endpoints", "pods", "namespaces"]
|
||||
resources: ["nodes", "nodes/proxy", "nodes/metrics", "services", "endpoints", "pods", "pods/log", "namespaces"]
|
||||
verbs: ["get", "list", "watch"]
|
||||
- apiGroups: [""]
|
||||
resources: ["configmaps"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue