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

Updating ClusterRole for logging-operator #572

Closed
wants to merge 2 commits into from
Closed

Updating ClusterRole for logging-operator #572

wants to merge 2 commits into from

Conversation

florianstoeber
Copy link
Contributor

Q A
Bug fix? yes
New feature? no
API breaks? no
Deprecations? no
Related tickets Slack-Link
License Apache 2.0

What's in this PR?

Fixes a bug, when installing the logging-operator-stack via helm-chart in a K8s-Cluster with PSP admission controller enabled (fluentd-pod is not starting)
Because of a missing permission, the logging-operator is not able to pass the use-permission for PodSecurityPolicies to the fluentd-pods. Giving the logging-operator-role the use-permission, fixes this issue. I put in the "*" because the verbs-list meets all verbs.
Slack-Link: https://community-banzaicloud.slack.com/archives/CGMPPBZBK/p1599121640017600

Checklist

  • [x ] Code meets the Developer Guide
  • [x ] User guide and development docs updated (if needed)
  • [x ] Related Helm chart(s) updated (if needed)

Because of a missing permission, the logging-operator is not able to pass the use-permission for podSecurityPolicies to the fluentd-pods. Giving the logging-operator-role the use-permission, fixes this issue. Long story in Slack: https://community-banzaicloud.slack.com/archives/CGMPPBZBK/p1599121640017600
@CLAassistant
Copy link

CLAassistant commented Sep 3, 2020

CLA assistant check
All committers have signed the CLA.

@florianstoeber florianstoeber deleted the bug/chart_missing_permission branch September 3, 2020 12:08
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.

None yet

2 participants