Skip to content

Commit

Permalink
clarifying that info for Kubernetes nodes is gathered at this step, n…
Browse files Browse the repository at this point in the history
…ot Postgres nodes.
  • Loading branch information
Philip Hurst committed Dec 6, 2024
1 parent 61bc212 commit 62625aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/cmd/export.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 62625aa

Please sign in to comment.