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
[SPARK-40869][K8S] Resource name prefix should not start with a hyphen
### What changes were proposed in this pull request?
Strip leading - from resource name prefix
### Why are the changes needed?
leading - are not allowed for resource name prefix (especially spark.kubernetes.executor.podNamePrefix)
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
Unit test
Closes#38331 from tobiasstadler/fix-SPARK-40869.
Lead-authored-by: Tobias Stadler <[email protected]>
Co-authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
0 commit comments