Skip to content

Commit

Permalink
add nerdalizing message
Browse files Browse the repository at this point in the history
  • Loading branch information
LilliJane committed Jun 13, 2018
1 parent ad91d1c commit edf75d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/cluster_use.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,12 +134,13 @@ func (cmd *ClusterUse) Execute(args []string) (err error) {
return err
}
if !ok {
cmd.out.Info("Cluster is not nerd compliant, installing dependencies...")
cmd.out.Info("Cluster is not nerd compliant, nerdalizing cluster...")
// TODO move this to a new command
err = kube.AddNerdDependencies(ctx, &svc.AddNerdDependenciesInput{Dependencies: nerdDependencies})
if err != nil {
return err
}
cmd.out.Info("Cluster is now nerdalized. It can take a few minutes before you can use it.")
}
}
name := cluster.Name
Expand Down

0 comments on commit edf75d9

Please sign in to comment.