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
*[Prow test dashboard](https://k8s-testgrid.appspot.com/sig-big-data)
10
-
*[Prow jobs dashboard](https://prow.k8s.io/?repo=kubeflow%2Ftf-operator)
11
-
*[Argo UI for E2E tests](http://testing-argo.kubeflow.org)
12
-
13
7
## Overview
14
8
15
9
TFJob provides a Kubernetes custom resource that makes it easy to
16
10
run distributed or non-distributed TensorFlow jobs on Kubernetes.
17
11
18
-
Please refer to the [user guide](https://www.kubeflow.org/docs/guides/components/tftraining/) for more information.
12
+
- For a complete reference of the custom resource definitions, please refer to the [API Definition](pkg/apis/tensorflow/v1/types.go).
13
+
- For details on its design, please refer to the [v1alpha2 design doc](https://github.com/kubeflow/community/blob/master/proposals/tf-operator-design-v1alpha2.md).
14
+
- For details on its obersibility, please refer to the [monitoring design doc](docs/monitoring/README.md).
15
+
16
+
## Prerequisites
17
+
18
+
* Version >= 1.16 of Kubernetes
19
19
20
-
## Deploy
20
+
## Installation
21
21
22
22
```bash
23
23
kubectl apply -f ./deploy/v1/tf-operator.yaml
24
24
```
25
25
26
+
## Quick Start
27
+
28
+
Please refer to the [quick-start-v1.md](docs/quick-start-v1.md) and [Kubeflow user guide](https://www.kubeflow.org/docs/guides/components/tftraining/) for more information.
- Check out [who is using this operator](./docs/adopters.md).
36
+
37
+
This is a part of Kubeflow, so please see [readme in kubeflow/kubeflow](https://github.com/kubeflow/kubeflow#get-involved) to get in touch with the community.
38
+
26
39
## Contributing
27
40
28
41
Please refer to the [developer_guide](developer_guide.md)
@@ -31,10 +44,11 @@ Please refer to the [developer_guide](developer_guide.md)
31
44
32
45
Please refer to [CHANGELOG](CHANGELOG.md)
33
46
34
-
## Adopters
47
+
## Version Matrix
35
48
36
-
Please refer to [adopters list](./docs/adopters.md).
49
+
The following table lists the most recent few versions of the operator.
37
50
38
-
## Community
39
-
40
-
This is a part of Kubeflow, so please see [readme in kubeflow/kubeflow](https://github.com/kubeflow/kubeflow#get-involved) to get in touch with the community.
51
+
| Operator Version | API Version | Kubernetes Version |
0 commit comments