inlets / inletsctl

Create inlets servers on the top cloud platforms
https://docs.inlets.dev/
MIT License
457 stars 63 forks source link

Add static IP for GCE and upgrade to inlets-pro 0.9.18 #125

Closed alexellis closed 1 year ago

alexellis commented 1 year ago

Description

Add static IP for GCE and upgrade to inlets-pro 0.9.18

Fixes an issue identified by @richardcase where GCE now uses ephemeral IPs.

How Has This Been Tested?

image

go run . create --provider gce --region europe-west4 --zone europe-west4-a \
  --access-token-file ../key.json --project-id 398026218153

go run . delete --provider gce --region europe-west4 --zone europe-west4-a \
  --access-token-file ../key.json --project-id 398026218153 --ip 34.90.48.160

How are existing users impacted? What migration steps/scripts do we need?

They can now benefit from static / reserved IPs on new instances. This adds around 2-3 USD / mo in cost.

alexellis commented 1 year ago

This change will be available in: https://github.com/inlets/inletsctl/releases/tag/0.8.21