Fix alloy-k8s: add pods/log permission for log collection
This commit is contained in:
parent
e8ec538f28
commit
2dc43c5ae1
1 changed files with 1 additions and 1 deletions
|
|
@ -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