mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-01-27 18:19:28 +00:00
.spec.serviceName field is injected into pod.spec.subDomain which requires values to be valid DNS1123 label, but statefulset validation never validates the field, if specifired. This can cause the controller to fail creating pods. Signed-off-by: Maciej Szulik <soltysh@gmail.com>