mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 11:03:34 +00:00
generate user key for new cluster and add it to peers on bootstrap machine
This commit is contained in:
@@ -61,6 +61,7 @@ func add(ctx context.Context, uncli *cli.CLI, host string, opts addOptions) erro
|
||||
if err != nil {
|
||||
return fmt.Errorf("create default cluster: %w", err)
|
||||
}
|
||||
fmt.Printf("Created %q cluster\n", cluster.Name)
|
||||
} else {
|
||||
return fmt.Errorf("get current cluster: %w", err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user