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

[promtail] fix: PSP reference in role was wrong and PSP needs to allow privileged #190

Merged
merged 1 commit into from
Jan 25, 2021

Conversation

piontec
Copy link
Contributor

@piontec piontec commented Jan 22, 2021

There are 2 issues when you try to run promtail on a cluster that enforces PSPs
(and you have in the config:

rbac:
  create: true
  pspEnabled: true
  • API group reference in role is wrong (must be policy
  • the PSP doesn't allow for privileged, but must run as user 0

Credits: @glitchcrab

Signed-off-by: Łukasz Piątkowski piontec@gmail.com

Signed-off-by: Łukasz Piątkowski <piontec@gmail.com>
@unguiculus unguiculus merged commit f016a64 into grafana:main Jan 25, 2021
@piontec piontec deleted the fix-psp-role-in-promtail branch January 28, 2021 08:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants