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
If a user sets annotations in the PodTemplateSpec inside TFJob, these annotations should get set on the actual pods created.
This important for custom hardware (e.g. TPUs) since custom hardware support might depend on pod annotations.
Marking this P1 because we want it to be fixed as part of our 0.2 release so that TPUs are well supported.
The text was updated successfully, but these errors were encountered:
Its possible this is already fixed in v1alpha2. We should check and an appropriate E2E test.
Sorry, something went wrong.
Duplicate of #543
No branches or pull requests
If a user sets annotations in the PodTemplateSpec inside TFJob, these annotations should get set on the actual pods created.
This important for custom hardware (e.g. TPUs) since custom hardware support might depend on pod annotations.
Marking this P1 because we want it to be fixed as part of our 0.2 release so that TPUs are well supported.
The text was updated successfully, but these errors were encountered: