Guest User

Untitled

a guest
Jan 17th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. apiVersion: "kubeflow.org/v1alpha2"
  2. kind: "TFJob"
  3. metadata:
  4. name: "example-job"
  5. spec:
  6. tfReplicaSpecs:
  7. Master:
  8. replicas: 1
  9. restartPolicy: Never
  10. template:
  11. spec:
  12. containers:
  13. - name: tensorflow
  14. image: gcr.io/tf-on-k8s-dogfood/tf_sample:dc944ff
  15. Worker:
  16. replicas: 1
  17. restartPolicy: Never
  18. template:
  19. spec:
  20. containers:
  21. - name: tensorflow
  22. image: gcr.io/tf-on-k8s-dogfood/tf_sample:dc944ff
  23. PS:
  24. replicas: 2
  25. restartPolicy: Never
  26. template:
  27. spec:
  28. containers:
  29. - name: tensorflow
  30. image: gcr.io/tf-on-k8s-dogfood/tf_sample:dc944ff
Add Comment
Please, Sign In to add comment