Conversation
1f74008 to
821b75a
Compare
| - name: PMM_AGENT_PRERUN_SCRIPT | ||
| value: "/opt/percona/pmm-prerun.sh" |
There was a problem hiding this comment.
@gkech check why this env var is not references in the PMM documentation
commit: 6978c3b |
| { | ||
| Name: "PMM_AGENT_CONFIG_FILE", | ||
| Value: "/usr/local/percona/pmm2/config/pmm-agent.yaml", | ||
| Value: "/usr/local/percona/pmm/config/pmm-agent.yaml", | ||
| }, |
There was a problem hiding this comment.
Hi, since it's default value even without env variable, what's the reason to override it?
There was a problem hiding this comment.
this change will drop pmm2 support by the operator
There was a problem hiding this comment.
correct, we are not going to support PMM2 on the PS operator. We will keep support both for PMM2 and PMM3 for all the other operators i.e. pxc, psmdb and pgo
There was a problem hiding this comment.
@BupycHuk PS operator will be GA only in the end of Q3, so we decided to release GA only with PMM3 support
CHANGE DESCRIPTION
Problem:
With this PR we introduce the PMM3 support for the ps operator. We completely stop supporting PMM2, so the included changes remove completely PMM2 related configurations and references.
An example of using PMM server v3 and PMM client v3.
Cause:
Short explanation of the root cause of the issue if applicable.
Solution:
Short explanation of the solution we are providing with this PR.
CHECKLIST
Jira
Needs Doc) and QA (Needs QA)?Tests
Config/Logging/Testability