INT-7151 alleviate "permission denied" errors in logs#227
Merged
jflinchbaugh merged 3 commits intomainfrom Sep 6, 2022
Merged
Conversation
* set fs group, uid, gid of pod running the container
jflinchbaugh
commented
Sep 2, 2022
| | `persistence.logCSI` | A YAML block for defining CSI Storage Driver configuration for the Log PV. The entire block is taken as you write it. Should support _any_ csi driver that your cluster has installed. | `nil` | | ||
| | `persistence.affinity.nodeSelectorTerms` | A YAML block for defining the affinity node selection. This block is taken as you write it. | `nil` | | ||
| | `resources` | Resource requests and limits for the IQ pod in the cluster. | See `values.yaml` for suggested minimum recommended values. | | ||
| | `podSecurityContext` | `securityContext` for the whole pod. | Default matches the stock container. | |
Contributor
Author
There was a problem hiding this comment.
here's the only line added to the table for the field we're fixing. the other changes in this table are only whitespace.
jflinchbaugh
commented
Sep 6, 2022
| podSecurityContext: | ||
| runAsUser: 1000 | ||
| runAsGroup: 1000 | ||
| fsGroup: 1000 |
Contributor
Author
There was a problem hiding this comment.
here's the fsGroup that the customers want uncommented all the time.
|
@jflinchbaugh can you comment on how this relates to #226, perhaps on that issue/PR? |
This was referenced Sep 6, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
JIRA: https://issues.sonatype.org/browse/INT-7151
Build: https://jenkins.ci.sonatype.dev/job/integrations/job/cloud/job/Helm3%20Charts/job/Feature%20Snapshot%20Builds/job/INT-7151-fs-perms/