Skip to content

Commit

Permalink
rpk: replace web UI url for cloud clusters
Browse files Browse the repository at this point in the history
We are migrating from cloudv2 -> cloud now

(cherry picked from commit e3d2b23)
  • Loading branch information
r-vasquez authored and vbotbuildovich committed Mar 4, 2024
1 parent 0785122 commit 46df603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/go/rpk/pkg/cli/profile/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ them in rpk with
func CloudClusterMessage(p config.RpkProfile, clusterName, clusterID string) string {
return fmt.Sprintf(`
Cluster %s
Web UI: https://cloudv2.redpanda.com/clusters/%s/overview
Web UI: https://cloud.redpanda.com/clusters/%s/overview
Redpanda Seed Brokers: [%s]
`, clusterName, clusterID, strings.Join(p.KafkaAPI.Brokers, ", "))
}
Expand Down

0 comments on commit 46df603

Please sign in to comment.