inlets / inletsctl

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

Update Ubuntu images to 18.04 #95

Closed alexellis closed 3 years ago

alexellis commented 3 years ago

Expected Behaviour

Ubuntu 16.04 is now EOL, and only paid "ESM" support / updates are available.

Update all provisioners to use Ubuntu 18.04 images and then test each.

Otherwise, images may be removed without warning, such as in: https://github.com/inlets/inlets-operator/issues/123, resulting in users being unable to use inletsctl/inlets-operator.

alexellis commented 3 years ago

Where to change the operator:

https://github.com/inlets/inlets-operator/blob/master/controller.go#L515

Where to change inletsctl:

https://github.com/inlets/inletsctl/blob/master/cmd/create.go#L380