Skip to content

Commit

Permalink
Replace installation instructions for pytorch operator with training …
Browse files Browse the repository at this point in the history
…operator

The kubeflow pytorch operator has been deprecated in favor of the new training operator.

This PR updates the installation instructions accordingly. For the tensorflow operator this was already documented correctly.

Signed-off-by: Fabio M. Graetz, Ph.D. <[email protected]>
  • Loading branch information
fg91 authored Jun 10, 2023
1 parent d95ee84 commit 43daab3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions rsts/deployment/plugins/k8s/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,18 @@ Install the K8S Operator

.. group-tab:: PyTorch

Clone the PyTorch repository:
Clone the training-operator repository:

.. code-block:: bash
git clone https://github.com/kubeflow/pytorch-operator.git
git clone https://github.com/kubeflow/training-operator.git
Build and apply the PyTorch operator:
Build and apply the training-operator:

.. code-block:: bash
export KUBECONFIG=$KUBECONFIG:~/.kube/config:~/.flyte/k3s/k3s.yaml
kustomize build pytorch-operator/manifests/overlays/kubeflow | kubectl apply -f -
kustomize build training-operator/manifests/overlays/kubeflow | kubectl apply -f -
.. group-tab:: TensorFlow

Expand All @@ -69,7 +69,7 @@ Install the K8S Operator
git clone https://github.com/kubeflow/training-operator.git
Build and apply the TensorFlow operator:
Build and apply the training-operator:

.. code-block:: bash
Expand Down

0 comments on commit 43daab3

Please sign in to comment.