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 <chishengliu@chishengliu.com>
  • Loading branch information
MortalHappiness committed May 22, 2024
1 parent 317ad30 commit c1eddad
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 c1eddad

Please sign in to comment.