mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-11 13:40:07 +00:00
PT-1865 Changed tool name
This commit is contained in:
@@ -31,7 +31,7 @@ Collects debug data (logs, resource statuses etc.) from a k8s/opeshift cluster.
|
||||
|
||||
|
||||
### Usage
|
||||
`k8s-debug-collector <flags>`
|
||||
`pt-k8s-debug-collector <flags>`
|
||||
Flags:
|
||||
`--resource` targeted custom resource name (default "pxc")
|
||||
`--namespace` targeted namespace. By default data will be collected from all namespaces
|
@@ -5,7 +5,7 @@ import (
|
||||
"log"
|
||||
"os"
|
||||
|
||||
"github.com/percona/percona-toolkit/src/go/k8s-debug-collector/dumper"
|
||||
"github.com/percona/percona-toolkit/src/go/pt-k8s-debug-collector/dumper"
|
||||
)
|
||||
|
||||
func main() {
|
Reference in New Issue
Block a user