Skip to content

Commit

Permalink
Warn users that multiple worker groups lead to higher costs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit91 committed Aug 17, 2023
1 parent 8bf6944 commit 1fe5639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -1019,7 +1019,7 @@ func (c *config) updateCluster(args []string) error {
}
}
if worker == nil && !removeworkergroup {
fmt.Println("Adding a new worker group to the cluster.")
fmt.Println("Adding a new worker group to the cluster. Please note that running multiple worker groups leads to higher basic costs of the cluster!")
err = helper.Prompt("Are you sure? (y/n)", "y")
if err != nil {
return err
Expand Down

0 comments on commit 1fe5639

Please sign in to comment.