-
Notifications
You must be signed in to change notification settings - Fork 70
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
Please add securityContext to daemonset #93
Labels
enhancement
New feature or request
Comments
This affects installation on OpenShift as well |
3 tasks
nzolot
added a commit
to nzolot/kokuwaio-helm-charts
that referenced
this issue
Apr 15, 2022
…uwaio#93) - version bump Signed-off-by: Nick Zolotarov <[email protected]>
nzolot
added a commit
to nzolot/kokuwaio-helm-charts
that referenced
this issue
Apr 15, 2022
…uwaio#93) - version bump Signed-off-by: Nick Zolotarov <[email protected]>
monotek
added a commit
that referenced
this issue
Apr 20, 2022
* Added ability to specify securityContext Signed-off-by: Nick Zolotarov <[email protected]> * Update README.md Signed-off-by: Nick Zolotarov <[email protected]> * [fluentd-elasticsearch] Added ability to specify securityContext (#93) - version bump Signed-off-by: Nick Zolotarov <[email protected]> Co-authored-by: André Bauer <[email protected]>
cpjolly
pushed a commit
to cpjolly/kokuwaio-helm-charts
that referenced
this issue
Jul 4, 2022
* Added ability to specify securityContext Signed-off-by: Nick Zolotarov <[email protected]> * Update README.md Signed-off-by: Nick Zolotarov <[email protected]> * [fluentd-elasticsearch] Added ability to specify securityContext (kokuwaio#93) - version bump Signed-off-by: Nick Zolotarov <[email protected]> Co-authored-by: André Bauer <[email protected]> Signed-off-by: Chris <[email protected]>
monotek
added a commit
that referenced
this issue
Jul 4, 2022
* [fluentd-elasticsearch] Support for securityContext (#106) * Added ability to specify securityContext Signed-off-by: Nick Zolotarov <[email protected]> * Update README.md Signed-off-by: Nick Zolotarov <[email protected]> * [fluentd-elasticsearch] Added ability to specify securityContext (#93) - version bump Signed-off-by: Nick Zolotarov <[email protected]> Co-authored-by: André Bauer <[email protected]> Signed-off-by: Chris <[email protected]> * [mysqldump] Updated Bitnami MariaDB chart version * Signed commit Signed-off-by: Chris <[email protected]> Co-authored-by: Nick Zolotarov <[email protected]> Co-authored-by: André Bauer <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some nodes (e.g. anthos bare metal) have SELinux active. In order to read files from /var/log with fluentd-elasticsearch, one would need to provide securityContext.seLinuxOptions.type: spc_t on the daemonset.yaml which is not possible with this chart.
The text was updated successfully, but these errors were encountered: