Skip to content

Commit 17661cf

Browse files
Merge pull request #912 from jlojosnegros/podinfo-bug-master
Properly add new podinfo command to gather-sysinfo
2 parents 1fb5210 + 640da75 commit 17661cf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tools/gather-sysinfo/gather-sysinfo.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ type snapshotOptions struct {
2626

2727
func main() {
2828
root := cmd.NewRootCommand(newSnapshotCommand,
29-
k8s.NewPodResourcesCommand)
29+
k8s.NewPodResourcesCommand,
30+
k8s.NewPodInfoCommand,
31+
)
3032

3133
if err := root.Execute(); err != nil {
3234
fmt.Fprintf(os.Stderr, "%v\n", err)

0 commit comments

Comments
 (0)