This contains a CoreOS Ignition file that automatically configures a Solana RPC server on both private and public IPs.
- Go to Equinix Metal and choose a good machine. (Can also go through Solana Foundation Server Program).
- Create your server.
- For OS, choose iPXE.
- For URL, type in: https://stable.release.flatcar-linux.net/amd64-usr/current/flatcar_production_packet.ipxe
- Click add user data. Run
cat rpc-{private|public}.yaml | docker run --rm -i quay.io/coreos/ct:latest-dev --platform=custom
. Copy and paste that (removing the last % if present). - Let it deploy.