-
Notifications
You must be signed in to change notification settings - Fork 500
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
Support grafana additional volumeMounts field. #3960
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3960 +/- ##
==========================================
+ Coverage 61.96% 66.18% +4.21%
==========================================
Files 173 177 +4
Lines 18343 18847 +504
==========================================
+ Hits 11367 12473 +1106
+ Misses 5863 5190 -673
- Partials 1113 1184 +71
|
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.
How about adding an example like https://github.com/pingcap/tidb-operator/blob/master/examples/monitor-with-externalConfigMap/README.md too?
I have provide example yaml ,you can review it when you have time. |
examples/monitor-with-externalConfigMap/prometheus/tidb-monitor.yaml
Outdated
Show resolved
Hide resolved
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.
LGTM
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by writing |
/test pull-e2e-kind |
Co-authored-by: DanielZhangQD <36026334+DanielZhangQD@users.noreply.github.com>
…rator into customdashboard
Co-authored-by: DanielZhangQD <36026334+DanielZhangQD@users.noreply.github.com>
Co-authored-by: DanielZhangQD <36026334+DanielZhangQD@users.noreply.github.com>
…rator into customdashboard
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.
LGTM
/test pull-e2e-kind |
/run-e2e-tests |
1 similar comment
/run-e2e-tests |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 7407aac
|
What problem does this PR solve?
#3921
What is changed and how does it work?
User can load custom configuration by specify additional volumeMounts , for example loading custom grafana dashboard json.
Code changes
Tests
Side effects
None
Release Notes