Kubernetes label prefix [must be](https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#syntax-and-character-set) a valid DNS subdomain, but this is not supported now. For example, we receive this in GraphQL response ```json "labels": { "mypodPuzlDeployment": "" } ``` instead of ```json "labels": { "my-pod.puzl/Deployment": "" } ```
Kubernetes label prefix must be a valid DNS subdomain, but this is not supported now. For example, we receive this in GraphQL response
instead of