We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ef37da commit dab801aCopy full SHA for dab801a
cmd/describe/cluster/cmd.go
@@ -636,7 +636,7 @@ func run(cmd *cobra.Command, argv []string) {
636
if len(summaries) > 0 {
637
str += fmt.Sprintf("Failed Inflight Checks:\n%s\n", strings.Join(summaries, "\n"))
638
str += fmt.Sprintf("\tPlease run `rosa verify network -c %s` after adjusting"+
639
- " the cluster's network configuration to remove the warning", cluster.ID())
+ " the cluster's network configuration to remove the warning", cluster.Name())
640
}
641
642
0 commit comments