Closed dirien closed 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.
@dirien could you vendor this change back into inletsctl/inlets-operator? https://github.com/inlets/cloud-provision/releases/tag/v0.5.5
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.