We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1fb5210 + 640da75 commit 17661cfCopy full SHA for 17661cf
tools/gather-sysinfo/gather-sysinfo.go
@@ -26,7 +26,9 @@ type snapshotOptions struct {
26
27
func main() {
28
root := cmd.NewRootCommand(newSnapshotCommand,
29
- k8s.NewPodResourcesCommand)
+ k8s.NewPodResourcesCommand,
30
+ k8s.NewPodInfoCommand,
31
+ )
32
33
if err := root.Execute(); err != nil {
34
fmt.Fprintf(os.Stderr, "%v\n", err)
0 commit comments