-
Notifications
You must be signed in to change notification settings - Fork 499
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
Monitoring: Add Node & Pod info in TiDB Grafana #885
Monitoring: Add Node & Pod info in TiDB Grafana #885
Conversation
Signed-off-by: qiffang <947321353@qq.com>
Signed-off-by: qiffang <947321353@qq.com>
Signed-off-by: qiffang <947321353@qq.com>
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.
We should consider compatiblity when adding new features.
Signed-off-by: qiffang <947321353@qq.com>
Signed-off-by: qiffang <947321353@qq.com>
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
@@ -359,7 +359,9 @@ monitor: | |||
storage: 10Gi | |||
initializer: | |||
image: pingcap/tidb-monitor-initializer:v3.0.1 | |||
imagePullPolicy: IfNotPresent | |||
imagePullPolicy: Always |
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.
why change the imagePullPolicy
to Always
?
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.
The new tidb operator is incompatible with old image and for now the monitoring image is changed frequency, so we think it is better to update the policy with Always
/run-e2e-in-kind |
2 similar comments
/run-e2e-in-kind |
/run-e2e-in-kind |
/run-e2e-in-kind |
/run-e2e-in-kind |
/run-e2e-in-kind |
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
/run-e2e-in-kind |
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
/run-e2e-in-kind |
/run-e2e-in-kind |
What problem does this PR solve?
It is related to PR in monitoring repo
What is changed and how does it work?
Check List
Code changes
Side effects
Tests
Code changes
Side effects
Does this PR introduce a user-facing change?: