Skip to content

Instantly share code, notes, and snippets.

@sub-mod
Created January 10, 2018 17:39
Show Gist options
  • Save sub-mod/831983409ffab7650ff07227815ff4ad to your computer and use it in GitHub Desktop.
Save sub-mod/831983409ffab7650ff07227815ff4ad to your computer and use it in GitHub Desktop.
Sample tfJob
{
"apiVersion": "tensorflow.org/v1alpha1",
"kind": "TfJob",
"metadata": {
"name": "sample-tfjob"
},
"spec": {
"replicaSpecs": [
{
"template": {
"spec": {
"containers": [
{
"image": "gcr.io/tf-on-k8s-dogfood/tf_sample:dc944ff",
"name": "tensorflow"
}
],
"restartPolicy": "OnFailure"
}
}
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment