-
Notifications
You must be signed in to change notification settings - Fork 61
K8SPG-737: expose /pgdata
mountpoint for node_exporter
#1113
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
Conversation
percona/pmm/pmm.go
Outdated
ReadOnly: true, | ||
}, | ||
} | ||
if pgc.CompareVersion("2.7.0") >= 0 { |
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 can skip this part with the compare version for PMM3 given we are introducing it in the 2.7 as a whole.
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.
commit: 496af0d |
https://perconadev.atlassian.net/browse/K8SPG-737
DESCRIPTION
Problem:
pmm-client
'snode_exporter
does not send metrics for the/pgdata
mount pointCause:
The
/pgdata
volume is not mounted in the instance pod. In addition, even if the volume is mounted,node_exporter
will not collect usage data for/pgdata
unless.spec.shareProcessNamespace
is set tofalse
.Solution:
Add
/pgdata
volume mount to the instance pods and replace.spec.shareProcessNamespace
tofalse
CHECKLIST
Jira
Needs Doc
) and QA (Needs QA
)?Tests
Config/Logging/Testability