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

Helm: Add emptyDir for the querier staging path #881

Merged
merged 1 commit into from
Aug 8, 2024

Conversation

bastjan
Copy link
Contributor

@bastjan bastjan commented Aug 8, 2024

Fixes #880.

Description

This commit fixes querier startup on k8s with readOnlyRootFilesystem.


This PR has:

  • been tested to ensure log ingestion and log query works.
  • added comments explaining the "why" and the intent of the code wherever would not be obvious for an unfamiliar reader.
  • added documentation for new or modified features or behaviors.

This commit fixes querier startup on k8s with `readOnlyRootFilesystem`.
@bastjan bastjan changed the title Add emptyDir for the querier staging path Helm: Add emptyDir for the querier staging path Aug 8, 2024
Copy link
Contributor

github-actions bot commented Aug 8, 2024

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

@bastjan
Copy link
Contributor Author

bastjan commented Aug 8, 2024

I have read the CLA Document and I hereby sign the CLA

nitisht added a commit to parseablehq/.github that referenced this pull request Aug 8, 2024
Copy link
Member

@nitisht nitisht left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks for the PR @bastjan

@nitisht nitisht merged commit 27274f3 into parseablehq:main Aug 8, 2024
2 of 3 checks passed
@bastjan bastjan deleted the fix-querier-startup-readonlyfs branch August 8, 2024 16:00
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.

Helm: Missing emptyDir mount in querier StatefulSet in HA mode
2 participants