diff --git a/pkg/cmd/dedicated/register/registercluster.go b/pkg/cmd/dedicated/register/registercluster.go index e2b6990738..cde088e685 100644 --- a/pkg/cmd/dedicated/register/registercluster.go +++ b/pkg/cmd/dedicated/register/registercluster.go @@ -58,8 +58,8 @@ func NewRegisterClusterCommand(f *factory.Factory) *cobra.Command { } // TODO add Localizer and flags - // add a flag for clustermgmt url, i.e --cluster-management-api-url, make the flag hidden, api.openshift.com or supply - // supply customer mgmt access token via a flag, i.e --access-token, make the flag hidden + // add a flag for clustermgmt url, i.e --cluster-management-api-url, make the flag hidden, default to api.openshift.com + // supply customer mgmt access token via a flag, i.e --access-token, make the flag hidden, default to "" //flags := kafkaFlagutil.NewFlagSet(cmd, f.Localizer) // this flag will allow the user to pass the cluster id as a flag //opts.selectedClusterId = "123"