Skip to content

Commit

Permalink
Clarifies relationship between tf-operator and TFJob. (kubeflow#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahmaddox authored and k8s-ci-robot committed Nov 28, 2018
1 parent 1ead4f3 commit 6e33e60
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions content/docs/guides/components/tftraining.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
+++
title = "TensorFlow Training (TFJob)"
linkTitle = "TensorFlow Training"
linkTitle = "TensorFlow Training (TFJob)"
description = ""
weight = 10
toc = true
bref= "Training using TensorFlow"
bref= "This page describes TFJob for training a machine learning model with TensorFlow."
[menu]
[menu.docs]
parent = "components"
Expand All @@ -13,8 +13,10 @@ bref= "Training using TensorFlow"

## What is TFJob?

TFJob is a Kubernetes [custom resource](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/) that makes it easy to
run TensorFlow training jobs on Kubernetes.
TFJob is a Kubernetes
[custom resource](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/) that you can use to run TensorFlow training jobs on Kubernetes. The Kubeflow
implementation of TFJob is in
[`tf-operator`](https://github.com/kubeflow/tf-operator).

A TFJob is a resource with a simple YAML representation illustrated below.

Expand Down

0 comments on commit 6e33e60

Please sign in to comment.