We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Truncate the service name of the web ui if the name reaches the character limit of 63
Kubernetes has a character limit for the names of their service and will fail to create if the limit is reached
Either truncate the name similar as seen in this file _helper.tpl file or what we see in spark kubernetes core
No response
Give it a 👍 We prioritize the features with most 👍
The text was updated successfully, but these errors were encountered:
/assign @jacobsalway
I'll take on this feature request. I've run into the same issue internally pre 2.0 and copied the logic that Spark core uses https://github.com/apache/spark/blob/b6c569fe4d702e91c47ed7848b3c5cc173e59b19/resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/KubernetesConf.scala#L102-L116
Sorry, something went wrong.
Is there any update on this feature?
@leticiasss I've raised a pull request that should fix this issue.
jacobsalway
Successfully merging a pull request may close this issue.
What feature you would like to be added?
Truncate the service name of the web ui if the name reaches the character limit of 63
Why is this needed?
Kubernetes has a character limit for the names of their service and will fail to create if the limit is reached
Describe the solution you would like
Either truncate the name similar as seen in this file _helper.tpl file or what we see in spark kubernetes core
Describe alternatives you have considered
No response
Additional context
No response
Love this feature?
Give it a 👍 We prioritize the features with most 👍
The text was updated successfully, but these errors were encountered: