Add Permission for k8s plugin in fluent-logging
This PS adds permissions for k8s plugin in fluent-logging. The k8s plugin in fluentbit gets information per pod and adds it to the message(log) before output. But the plugin cannot get the pod in current chart. This PS fix this issue. Change-Id: Icdce8a0a5ed0975c4d6e72ba50df8ef9a3b76ca6
This commit is contained in:
parent
13852ceee4
commit
85011f9c48
@ -57,6 +57,7 @@ rules:
|
||||
- replicationcontrollers
|
||||
- limitranges
|
||||
verbs:
|
||||
- get
|
||||
- list
|
||||
- watch
|
||||
- apiGroups:
|
||||
|
Loading…
x
Reference in New Issue
Block a user