Skip to content

Commit

Permalink
Log info message to use migrate command
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesfrey committed Apr 12, 2024
1 parent ff80ed6 commit 15f5bca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/vclusterctl/cmd/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ func (cmd *CreateCmd) Run(ctx context.Context, args []string) error {
cfg := &config.Config{}
err = cfg.Validate(f)
if err != nil {
cmd.log.Infof("Consider using %q to convert the old values format to the new 0.20 format", "vcluster migrate values")
return err
}
}
Expand Down

0 comments on commit 15f5bca

Please sign in to comment.