This seems to only apply to Services.
Therefore you can end up with:
io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://kubernetes.default.svc/api/v1/namespaces/scdf/services. Message: Service "ticktock-timezone-timezone-0" is invalid: metadata.name: Invalid value: "ticktock-timezone-timezone-0": must be no more than 24 characters. Received status: Status(apiVersion=v1, code=422, ...
Need to investigate a good way of handling this.
Perhaps truncate?
This seems to only apply to Services. Therefore you can end up with:
Need to investigate a good way of handling this. Perhaps truncate?