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
Right now the pod labels include "tf_job_key" which is ${namespace}-{jobname}.
The namespace feels redundant. I think we should have a label with just the job name and not force
the user to specify namespace. I believe users can already restrict to namespace by specifying the namespace directly so I don't think it makes sense to require the namespace.
If we need the tf_job_key label for some other reason we can keep it and just add a job_name label as well; otherwise I think we can just get rid of it.
* tf_job_name is consistent with v1alpha1; this desirable from a compatibility
perspective.
* tf_job_key isn't quite right because the job key includes namespace
but we are no longer using the namespace in the value
Related to kubeflow#672
* Use tf_job_name not tf_job_key as the label name.
* tf_job_name is consistent with v1alpha1; this desirable from a compatibility
perspective.
* tf_job_key isn't quite right because the job key includes namespace
but we are no longer using the namespace in the value
Related to #672
* Run goimports.
* Fix E2E tests.
* Increase timeout because pods are stuck in pending state.
jetmuffin
pushed a commit
to jetmuffin/tf-operator
that referenced
this issue
Jul 9, 2018
* Use tf_job_name not tf_job_key as the label name.
* tf_job_name is consistent with v1alpha1; this desirable from a compatibility
perspective.
* tf_job_key isn't quite right because the job key includes namespace
but we are no longer using the namespace in the value
Related to kubeflow#672
* Run goimports.
* Fix E2E tests.
* Increase timeout because pods are stuck in pending state.
Right now the pod labels include "tf_job_key" which is ${namespace}-{jobname}.
The namespace feels redundant. I think we should have a label with just the job name and not force
the user to specify namespace. I believe users can already restrict to namespace by specifying the namespace directly so I don't think it makes sense to require the namespace.
If we need the tf_job_key label for some other reason we can keep it and just add a job_name label as well; otherwise I think we can just get rid of it.
Here's an example
The text was updated successfully, but these errors were encountered: