StatefulSet example is broken #2001
Labels
area/docs
Improvements or additions to documentation
kind/bug
Some behavior is incorrect or out of spec
resolution/fixed
This issue was fixed
Milestone
The StatefulSet example is not working. I found two problems:
resource default/nginxService-8df4f50e was not successfully created by the Kubernetes API server : Service "nginxService-8df4f50e" is invalid: metadata.name: Invalid value: "nginxService-8df4f50e": a DNS-1035 label must consist of lower case alphanumeric characters or '-', start with an alphabetic character, and end with an alphanumeric character (e.g. 'my-name', or 'abc-123', regex used for validation is '[a-z]([-a-z0-9]*[a-z0-9])?')
Related: #1995 (comment)
The text was updated successfully, but these errors were encountered: