Prepare the Equinix Metal configuration¶
Change the directory to
kaas-bootstrap
.In
templates/equinix/equinix-config.yaml.template
, modifyspec:projectID
andspec:apiToken:value
using the values obtained in the previous steps. For example:spec: projectID: g98sd6f8-dc7s-8273-v8s7-d9v7395nd91 apiToken: value: Bi3m9c7qjYBD3UgsnSCSsqs2bYkbK
In
templates/equinix/cluster.yaml.template
, modify the default configuration of the Equinix Metalfacility
depending on the previously prepared capacity settings:providerSpec: value: ... facility: am6
Also, modify other parameters as required.
Optional. In
templates/equinix/machines.yaml.template
, modify the default configuration of the Equinix Metal machine type. The minimal required type isc3.small.x86
.providerSpec: value: ... machineType: c3.small.x86
Also, modify other parameters as required.
Export the following parameter:
export KAAS_EQUINIX_ENABLED=true
Re-verify that the selected Equinix Metal facility for the management cluster bootstrap is still available and has enough capacity:
metal capacity check -f $EQUINIX_FACILITY -P $EQUINIX_MACHINE_TYPE -q $MACHINES_AMOUNT
In the system response, if the value in the
AVAILABILITY
section has changed fromtrue
tofalse
, find an available facility and update the previously configuredfacility
field incluster.yaml.template
.For details about the verification procedure, see Verify the capacity of the Equinix Metal facility.