From 0fd7dfd2ae1d74a8d4ea9d7f130018e972fe6674 Mon Sep 17 00:00:00 2001 From: Steve Martinelli <4118756+stevemar@users.noreply.github.com> Date: Fri, 19 Jul 2024 20:22:20 -0400 Subject: [PATCH] docs: update Equinix Guide 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 --- .../install/bare-metal-platforms/equinix-metal.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/content/v1.8/talos-guides/install/bare-metal-platforms/equinix-metal.md b/website/content/v1.8/talos-guides/install/bare-metal-platforms/equinix-metal.md index 5b15d0456c..0be5a6421e 100644 --- a/website/content/v1.8/talos-guides/install/bare-metal-platforms/equinix-metal.md +++ b/website/content/v1.8/talos-guides/install/bare-metal-platforms/equinix-metal.md @@ -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 ```