inlets / cloud-provision

Get cloud instances with your favourite software pre-loaded
MIT License
45 stars 14 forks source link

Linode: Remove 'inlets-' prefix on label #17

Closed dirien closed 3 years ago

dirien commented 3 years ago

The Linode provider add a prefix to the label

https://github.com/inlets/cloud-provision/blob/f58cc468f6b080abbf246d88415aee7eefd52406/provision/linode.go#L90

which could conflict with the max lable length of the Linode API (https://www.linode.com/docs/api/linode-instances/)

Should be removed and to be sure trimmed down to 32 chars.

alexellis commented 3 years ago

@dirien could you vendor this change back into inletsctl/inlets-operator? https://github.com/inlets/cloud-provision/releases/tag/v0.5.5