Skip to content

Commit

Permalink
docs(kubeflow): Fix kubeflow webhook error (#5410)
Browse files Browse the repository at this point in the history
Signed-off-by: Chi-Sheng Liu <[email protected]>
Signed-off-by: pmahindrakar-oss <[email protected]>
  • Loading branch information
MortalHappiness authored and pmahindrakar-oss committed May 31, 2024
1 parent 4d25783 commit 077c193
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/deployment/plugins/k8s/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ Select the integration you need and follow the steps to install the correspondin

.. group-tab:: PyTorch/TensorFlow/MPI

1. Install the `Kubeflow training-operator <https://github.com/kubeflow/training-operator?tab=readme-ov-file#kubeflow-training-operator>`__:
1. Install the `Kubeflow training-operator <https://github.com/kubeflow/training-operator?tab=readme-ov-file#stable-release>`__ (Please install the stable release):

.. code-block:: bash
kubectl apply -k "github.com/kubeflow/training-operator/manifests/overlays/standalone"
kubectl apply -k "github.com/kubeflow/training-operator/manifests/overlays/standalone?ref=v1.7.0"
**Optional: Using a gang scheduler**

Expand Down

0 comments on commit 077c193

Please sign in to comment.