Skip to content

Commit

Permalink
change default plan from baremetal_0 to c3.small.x86
Browse files Browse the repository at this point in the history
baremetal_0 is an alias for t1.small.x86 which is not available to new
Equinix Metal users. c3.small.x86 is the smallest plan available to all
users.

Signed-off-by: Marques Johansson <mjohansson@equinix.com>
  • Loading branch information
displague committed Apr 26, 2021
1 parent 13247b5 commit 359756b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/drivers/metal/metal.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ func (d *Driver) GetCreateFlags() []mcnflag.Flag {
mcnflag.StringFlag{
Name: "metal-plan",
Usage: "Equinix Metal Server Plan",
Value: "baremetal_0",
Value: "c3.small.x86",
EnvVar: "METAL_PLAN",
},
mcnflag.StringFlag{
Expand Down

0 comments on commit 359756b

Please sign in to comment.