Skip to content

Commit

Permalink
Merge pull request #23614 from daisukebe/rpk-bundle-collect-broker-uuids
Browse files Browse the repository at this point in the history
rpk: debug bundle collecting broker UUIDs
  • Loading branch information
daisukebe authored Oct 14, 2024
2 parents 3fc1c24 + b134e74 commit a7647a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/go/rpk/pkg/cli/debug/bundle/bundle_k8s_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ func saveClusterAdminAPICalls(ctx context.Context, ps *stepParams, fs afero.Fs,
var grp multierror.Group
reqFuncs := []func() error{
func() error { return requestAndSave(ctx, ps, "admin/brokers.json", cl.Brokers) },
func() error { return requestAndSave(ctx, ps, "admin/broker_uuids.json", cl.GetBrokerUuids) },
func() error { return requestAndSave(ctx, ps, "admin/health_overview.json", cl.GetHealthOverview) },
func() error { return requestAndSave(ctx, ps, "admin/license.json", cl.GetLicenseInfo) },
func() error { return requestAndSave(ctx, ps, "admin/reconfigurations.json", cl.Reconfigurations) },
Expand Down

0 comments on commit a7647a2

Please sign in to comment.