Skip to content
This repository was archived by the owner on Apr 18, 2025. It is now read-only.

Commit 0a9e6ec

Browse files
committed
change: build BOH clusters by default
1 parent 6408626 commit 0a9e6ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/safescale/commands/cluster.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ var clusterCreateCommand = cli.Command{
381381
},
382382
cli.StringFlag{
383383
Name: "flavor, F",
384-
Value: "K8S",
384+
Value: "BOH",
385385
Usage: `Defines the type of the cluster; can be BOH, K8S
386386
Default sizing for each cluster type is:
387387
BOH: gws(cpu=[2-4], ram=[7-16], disk=[50]), masters(cpu=[4-8], ram=[15-32], disk=[100]), nodes(cpu=[2-4], ram=[15-32], disk=[80])

0 commit comments

Comments
 (0)