Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dataproc clusters from users with capitalization in their names fail GCP validation #72

Open
mikejuliettetango opened this issue Jun 24, 2021 · 2 comments

Comments

@mikejuliettetango
Copy link

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])?)))
@m-mayran
Copy link
Collaborator

Indeed. Thanks for letting us know.
#73 should fix it (with minor other things)

@mikejuliettetango
Copy link
Author

mikejuliettetango commented Jun 25, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants