You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 18, 2020. It is now read-only.
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:
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?