Equinix Metal project setup¶
Before deploying an Equinix Metal based Container Cloud cluster with public networking, ensure that local Border Gateway Protocol (BGP) is enabled and properly configured for your Equinix Metal project.
To configure BGP in the Equinix Metal project:
Log in to the Equinix Metal console.
In IPs & Networks, select BGP.
In the window that opens:
Click Activate BGP on This Project.
Select local type.
Click Add and wait for the request to finalize.
Verify the value of the
max_prefix
BGP parameter:Set the
token
variable to your project token.To obtain the token in the Equinix Metal console, navigate to Project Settings > Project API Keys > Add New Key.
Set the
project
variable to your project ID.To obtain the project ID in the Equinix Metal console, navigate to Project Settings > General > PROJECT ID.
Run the following command:
curl -sS -H "X-Auth-Token: ${token}" "https://api.equinix.com/metal/v1/projects/${project}/bgp-config" | jq .max_prefix
In the system output, if the value is
10
(default), contact the Equinix Metal support to increase this parameter to at least150
.The default value allows creating only two Container Cloud clusters per one Equinix Metal project. Hence, Mirantis recommends increasing the
max_prefix
value.
Now, you can proceed to Verify the capacity of the Equinix Metal facility.