From 62625aa006c78902331ce85f38dbd7ccdde4a2ac Mon Sep 17 00:00:00 2001 From: Philip Hurst Date: Fri, 6 Dec 2024 17:18:39 +0000 Subject: [PATCH] clarifying that info for Kubernetes nodes is gathered at this step, not Postgres nodes. --- internal/cmd/export.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/cmd/export.go b/internal/cmd/export.go index 0c697a7..d5987a7 100644 --- a/internal/cmd/export.go +++ b/internal/cmd/export.go @@ -409,10 +409,10 @@ Collecting PGO CLI logs... writeInfo(cmd, fmt.Sprintf("Error gathering Kubernetes server version: %s", err)) } - // Gather list of nodes + // Gather list of Kubernetes nodes err = gatherNodes(ctx, clientset, clusterName, tw, cmd) if err != nil { - writeInfo(cmd, fmt.Sprintf("Error gathering list of cluster nodes: %s", err)) + writeInfo(cmd, fmt.Sprintf("Error gathering list of Kubernetes nodes: %s", err)) } // Gather namespace information