Skip to content

Commit

Permalink
Update training operator installation to use SSA (#3931)
Browse files Browse the repository at this point in the history
Signed-off-by: Antonin Stefanutti <[email protected]>
  • Loading branch information
astefanutti authored Nov 28, 2024
1 parent 607107b commit d3deda7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/components/training/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ You can install the Training Operator as a standalone component.
Run the following command to install the stable release of the Training Operator control plane: `v1.8.1`

```shell
kubectl apply -k "github.com/kubeflow/training-operator.git/manifests/overlays/standalone?ref=v1.8.1"
kubectl apply --server-side -k "github.com/kubeflow/training-operator.git/manifests/overlays/standalone?ref=v1.8.1"
```

Run the following command to install the latest changes of Training Operator control plane:

```shell
kubectl apply -k "github.com/kubeflow/training-operator.git/manifests/overlays/standalone?ref=master"
kubectl apply --server-side -k "github.com/kubeflow/training-operator.git/manifests/overlays/standalone?ref=master"
```

After installing it, you can verify that Training Operator controller is running as follows:
Expand Down

0 comments on commit d3deda7

Please sign in to comment.