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
If a user has capitalization in their name, they will not be able to spawn Dataproc clusters due to the cluster naming scheme including the username. We need to conform to Dataproc's cluster naming convention of:
(?:[a-z](?:[-a-z0-9]{0,49}[a-z0-9])?)))
If a user has capitalization in their name, they will receive an error like below when attempting to create a cluster:
Error: HTTP 500: Internal Server Error (Error in Authenticator.pre_spawn_start: HTTPError HTTP 500: error (Cluster name 'hub-dp-env-1-Mike-Tango' must match pattern (?:[a-z](?:[-a-z0-9]{0,49}[a-z0-9])?)))
The text was updated successfully, but these errors were encountered:
If a user has capitalization in their name, they will not be able to spawn Dataproc clusters due to the cluster naming scheme including the username. We need to conform to Dataproc's cluster naming convention of:
(?:[a-z](?:[-a-z0-9]{0,49}[a-z0-9])?)))
If a user has capitalization in their name, they will receive an error like below when attempting to create a cluster:
The text was updated successfully, but these errors were encountered: