-
Notifications
You must be signed in to change notification settings - Fork 117
Make pod name unique using the submission timestamp #32
Conversation
|
This would make it difficult for the user to look up the pod by name. Could it not be a requirement that |
|
I'm guessing @foxish is thinking ahead about exposing the status of the spark job using the TPR, removing the need for direct contact with the pods created for a specific spark job.
Either way, this is correct. |
|
If someone wants to look up a driver pod via an identifier they could use labels instead after #27 merges. We probably shouldn't be trying to bake extra meaning into names anyway. As a related suggestion, does it make sense to apply |
|
This pattern fits in with the other controllers, such as Job.
Yes, the "name = foo" pattern is used quite a bit, and it would help find these pods like you said. |
|
I'll file a separate ticket for that and look into adding it. Let's merge this one so we get unique names now. |
Addressing part of #17
This should ensure we create unique driver/service names in every invocation.