Skip to content

Commit 8d3cdc3

Browse files
committed
SREP-715: Using the new --dump-guest-cluster-through-kube-service option of the hypershift CLI when dumping dataplane content for must-gathers
1 parent a875df0 commit 8d3cdc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/hcp/mustgather/mustGather.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ func (mg *mustGather) Run() error {
195195
hcNamespace := strings.TrimSuffix(hcpNamespace, "-"+hcName)
196196

197197
// TODO(ACM-16170): replace this with an official ACM release image once it's available
198-
acmHyperShiftImage := "quay.io/rokejungrh/must-gather:v2.13.0-33-linux"
198+
acmHyperShiftImage := "quay.io/stolostron/must-gather:latest"
199199
gatherScript := fmt.Sprintf("/usr/bin/gather hosted-cluster-namespace=%s hosted-cluster-name=%s", hcNamespace, hcName)
200200
if err := createMustGather(mcRestCfg, mcK8sCli, []string{"--dest-dir=" + destDir, "--image=" + acmHyperShiftImage, gatherScript}); err != nil {
201201
fmt.Printf("collected HCP dynatrace logs but failed to gather %s: %v\n", gatherTarget, err.Error())

0 commit comments

Comments
 (0)