mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-19 02:05:23 +00:00
Merge branch 'PT-2302_pt-k8s-debug-collector_cannot_pass_properly_to_pt-mysql-summary_PXC_root_password_with_special_characters' of github.com:percona/percona-toolkit into PT-2302_pt-k8s-debug-collector_cannot_pass_properly_to_pt-mysql-summary_PXC_root_password_with_special_characters
This commit is contained in:
@@ -423,7 +423,7 @@ func (d *Dumper) getPodSummary(resource, podName, crName string, namespace strin
|
||||
summCmdName = "pt-mysql-summary"
|
||||
summCmdArgs = []string{"--host=127.0.0.1", "--port=" + port, "--user=root", "--password=" + string(pass)}
|
||||
case "pg", "pgv2":
|
||||
var kubeconfig string = ""
|
||||
var kubeconfig string
|
||||
if d.kubeconfig != "" {
|
||||
kubeconfig = " --kubeconfig=" + d.kubeconfig
|
||||
}
|
||||
|
Reference in New Issue
Block a user