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
We are using podcontrol in Kubernetes to create pods with the given parent object TFJob, and the code uses the name of the parent TFJob as the generateName to generate the name of the pod, I will try to hack it.
I'm running a simple v1alpha2 job and I'm noticing the pod names don't include the replica type.
This is for a job with 2 PS and 4 workers.
Is this intentional? I'd have to double check but my sense is in v1alpha1 pod names included the replica type in the name.
The text was updated successfully, but these errors were encountered: