Skip to content

Commit 59f2741

Browse files
authored
State how to install standalone training operators (#3032)
without installing rest of Kubeflow by linking to https://github.com/kubeflow/training-operator#installation. Use case: I have a cluster with some core Kubeflow components installed already. I just want to test out the training operators and don't want to upgrade my existing Kubeflow components. Or I have a cluster without Kubeflow and want to try out the training operators by itself.
1 parent abbc0ac commit 59f2741

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

content/en/docs/components/training/mxnet.md

+3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ If you haven't already done so please follow the [Getting Started Guide](/docs/s
2020

2121
> By default, MXNet Operator will be deployed as a controller in training operator.
2222
23+
If you want to install a standalone version of the training operator without Kubeflow,
24+
see the [kubeflow/training-operator's README](https://github.com/kubeflow/training-operator#installation).
25+
2326
### Verify that MXJob support is included in your Kubeflow deployment
2427

2528
Check that the Apache MXNet custom resource is installed:

content/en/docs/components/training/pytorch.md

+3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ If you haven't already done so please follow the [Getting Started Guide](/docs/s
2020

2121
> By default, PyTorch Operator will be deployed as a controller in training operator.
2222
23+
If you want to install a standalone version of the training operator without Kubeflow,
24+
see the [kubeflow/training-operator's README](https://github.com/kubeflow/training-operator#installation).
25+
2326
### Verify that PyTorchJob support is included in your Kubeflow deployment
2427

2528
Check that the PyTorch custom resource is installed:

content/en/docs/components/training/tftraining.md

+3
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,9 @@ If you haven't already done so please follow the [Getting Started Guide](/docs/s
215215

216216
> By default, `TFJob` Operator will be deployed as a controller in training operator.
217217

218+
If you want to install a standalone version of the training operator without Kubeflow,
219+
see the [kubeflow/training-operator's README](https://github.com/kubeflow/training-operator#installation).
220+
218221
### Verify that TFJob support is included in your Kubeflow deployment
219222

220223
Check that the TensorFlow custom resource is installed:

content/en/docs/components/training/xgboost.md

+3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ If you haven't already done so please follow the [Getting Started Guide](/docs/s
2020

2121
> By default, XGBoost Operator will be deployed as a controller in training operator.
2222
23+
If you want to install a standalone version of the training operator without Kubeflow,
24+
see the [kubeflow/training-operator's README](https://github.com/kubeflow/training-operator#installation).
25+
2326
## Verify that XGBoost support is included in your Kubeflow deployment
2427

2528
Check that the XGboost custom resource is installed

0 commit comments

Comments
 (0)