Rancher 2 UI driver for the Equinix Metal IaaS platform.
With the upcoming EoL of Equinix Metal on June 30, 2026, this repo is being archived on February 28, 2026.
This repository is Maintained meaning that this software is supported by Equinix Metal and its community - available to use in production environments.
See the Rancher Documentation on how to add a node driver to your installation. The relevant part is in 'Adding Custom Node Drivers':
-
From the Global view, choose Tools > Drivers in the navigation bar. From the Drivers page, select the Node Drivers tab. In version prior to v2.2.0, you can select Node Drivers directly in the navigation bar.
-
Click Add Node Driver Or click edit on Equinix Metal's drive if listed already.
-
Complete the Add Node Driver form. Then click Create:
Key Value Download URL https://github.com/equinix/docker-machine-driver-metal/releases/download/v0.4.0/docker-machine-driver-metal_linux-amd64.zipCustom UI URL https://equinix.github.io/ui-driver-metal/2.0.0/component.jsWhitelist Domains api.equinix.com,equinix.github.io -
Wait for the driver to become "Active"
-
From the Global view, go to Clusters -> Add Cluster, your driver and custom UI should show up.
This package contains a small web-server that will serve up the custom driver UI at http://localhost:3000/component.js. You can run this while developing and point the Rancher settings there.
npm installnpm start- The driver name can be optionally overridden:
npm start -- --name=metal - The compiled files are viewable at http://localhost:3000.
- Note: The development server does not currently automatically restart when files are changed.
For other users to see your driver, you need to build it and host the output on a server accessible from their browsers.
npm installnpm run build- Copy the contents of the
distdirectory onto a webserver.- If your Rancher is configured to use HA or SSL, the server must also be available via HTTPS.