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

4 files changed

Lines changed: 12 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
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

Lines changed: 3 additions & 0 deletions
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

Lines changed: 3 additions & 0 deletions
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

Lines changed: 3 additions & 0 deletions
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)