Skip to content

Commit

Permalink
make the clusteradm join output msg more clear (#444)
Browse files Browse the repository at this point in the history
Signed-off-by: Wei Liu <[email protected]>
  • Loading branch information
skeeey authored Jul 3, 2024
1 parent 316961c commit 50f18d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/cmd/join/exec.go
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ func (o *Options) run() error {

fmt.Fprintf(o.Streams.Out, "Please log onto the hub cluster and run the following command:\n\n"+
" %s accept --clusters %s\n\n", helpers.GetExampleHeader(), o.values.ClusterName)
fmt.Fprintf(o.Streams.Out, "This is not needed when the ManagedClusterAutoApproval feature is enabled\n")
return nil

}
Expand Down

0 comments on commit 50f18d1

Please sign in to comment.