Skip to content

Commit

Permalink
Merge pull request #16855 from vbotbuildovich/backport-pr-16835-v23.2…
Browse files Browse the repository at this point in the history
….x-280

[v23.2.x] rpk: replace web UI url for cloud clusters
  • Loading branch information
r-vasquez authored Mar 5, 2024
2 parents 0785122 + 46df603 commit 28c705e
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 28c705e

Please sign in to comment.