From 2df111f3b8d54aa65659286999b3718993bf904f Mon Sep 17 00:00:00 2001 From: vasubabu Date: Wed, 3 May 2023 15:56:38 +0530 Subject: [PATCH] :book: updated missing METRO ENV variables. This can help to take advantage of automated, interconnected bare metal across our global metros. --- docs/book/src/user/quick-start.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/book/src/user/quick-start.md b/docs/book/src/user/quick-start.md index 3549420d0295..df54a15a6906 100644 --- a/docs/book/src/user/quick-start.md +++ b/docs/book/src/user/quick-start.md @@ -928,6 +928,8 @@ are also a few optional tunables if you'd like to change the OS or CIDRs used. export PROJECT_ID="2b59569f-10d1-49a6-a000-c2fb95a959a1" # The facility where you want your cluster to be provisioned export FACILITY="da11" +# This can help to take advantage of automated, interconnected bare metal across our global metros. +export METRO="da" # What plan to use for your control plane nodes export CONTROLPLANE_NODE_TYPE="m3.small.x86" # What plan to use for your worker nodes