Skip to content

Commit

Permalink
OCM-1755 | fix: remove nudge command when creating account roles
Browse files Browse the repository at this point in the history
  • Loading branch information
ciaranRoche committed Jul 12, 2023
1 parent 951a5a7 commit 367e712
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions cmd/create/accountroles/creators.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,6 @@ func (mp *managedPoliciesCreator) createRoles(r *rosa.Runtime, input *accountRol
}
}

r.Reporter.Infof("To create a cluster with these roles, run the following command:\n" +
"rosa create cluster --sts")

return nil
}

Expand Down Expand Up @@ -159,9 +156,6 @@ func (up *unmanagedPoliciesCreator) createRoles(r *rosa.Runtime, input *accountR
}
}

r.Reporter.Infof("To create a cluster with these roles, run the following command:\n" +
"rosa create cluster --sts")

return nil
}

Expand Down Expand Up @@ -299,9 +293,6 @@ func (hcp *hcpManagedPoliciesCreator) createRoles(r *rosa.Runtime, input *accoun
}
}

r.Reporter.Infof("To create a cluster with these roles, run the following command:\n" +
"rosa create cluster --hosted-cp")

return nil
}

Expand Down

0 comments on commit 367e712

Please sign in to comment.