Skip to content

Commit e641738

Browse files
authored
Merge pull request #8596 from vasubabu/vasu_equinix
📖 Add METRO env variable to Equinix Metal quickstart
2 parents 1a1cf98 + 8a54d22 commit e641738

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/book/src/user/quick-start.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -926,8 +926,8 @@ are also a few optional tunables if you'd like to change the OS or CIDRs used.
926926
# The project where your cluster will be placed to.
927927
# You have to get one from the Equinix Metal Console if you don't have one already.
928928
export PROJECT_ID="2b59569f-10d1-49a6-a000-c2fb95a959a1"
929-
# The facility where you want your cluster to be provisioned
930-
export FACILITY="da11"
929+
# This can help to take advantage of automated, interconnected bare metal across our global metros.
930+
export METRO="da"
931931
# What plan to use for your control plane nodes
932932
export CONTROLPLANE_NODE_TYPE="m3.small.x86"
933933
# What plan to use for your worker nodes

0 commit comments

Comments
 (0)