-
Notifications
You must be signed in to change notification settings - Fork 449
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
fix(interactive): Add PVC support for Insight logs #4308
Conversation
charts/graphscope-store/values.yaml
Outdated
## | ||
logPersistence: | ||
## Enable persistence using Persistent Volume Claims. If false, use emptyDir | ||
enabled: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
default to false?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
Please check the preview of the documentation changes at |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4308 +/- ##
===========================================
- Coverage 61.08% 34.30% -26.78%
===========================================
Files 126 126
Lines 13241 13247 +6
===========================================
- Hits 8088 4545 -3543
- Misses 5153 8702 +3549 see 60 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
63a3abf
What do these changes do?
This pull request introduces PVCs for the coordinator, frontend, and stores components within Insight.
For instance, we can get log PVCs as follows:
Related issue number
Fixes #4307