Skip to content

Commit

Permalink
docs: update Equinix Guide
Browse files Browse the repository at this point in the history
Following the most recent livestream, I'm adding in a few small fixes, specifically:

* Using `metros` instead of `facilities` as the latter is deprecated (https://deploy.equinix.com/developers/docs/metal/locations/facilities/)

Signed-off-by: Steve Martinelli <4118756+stevemar@users.noreply.github.com>
Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
  • Loading branch information
stevemar authored and smira committed Jul 30, 2024
1 parent 3d1474a commit 0fd7dfd
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,11 @@ This guide assumes the user has a working API token,and the [Equinix Metal CLI](
```bash
metal device create \
--project-id $PROJECT_ID \
--facility $FACILITY \
--metro $METRO \
--operating-system "custom_ipxe" \
--ipxe-script-url "https://pxe.factory.talos.dev/pxe/376567988ad370138ad8b2698212367b8edcb69b5fd68c80be1f2ec7d603b4ba/{{< release >}}/equinixMetal-amd64" \
--plan $PLAN\
--hostname $HOSTNAME\
--plan $PLAN \
--hostname $HOSTNAME \
--userdata-file controlplane.yaml
```

Expand Down

0 comments on commit 0fd7dfd

Please sign in to comment.