We currently do have the issue, that a resource "target: host" is created with a generated name.
The generated name is prefixed with the logicalClusterName + instanceName + originalName and ends with a content hash.
This (can) collide for the following reasons:
- resources that require RFC1123 label names and therefore must start with a alphabetic character
- apiservers that do not allow a length of 253 / 63 but instead enforce a custom length (e.g. google cloud api requires max 30 characters).
We should make this configurable per krop-controller or even in the rgd.
We currently do have the issue, that a resource "target: host" is created with a generated name.
The generated name is prefixed with the logicalClusterName + instanceName + originalName and ends with a content hash.
This (can) collide for the following reasons:
We should make this configurable per krop-controller or even in the rgd.