Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mszadkow committed Jul 31, 2024
1 parent bd4e440 commit dd4dbe9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion site/content/en/docs/concepts/multikueue.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ We recommend using JobSet v0.5.1 or newer.

### Kubeflow

The supported version of the Kubeflow Training Operator is v1.7.0.
The supported version of the Kubeflow Training Operator is v1.7.0, or a newer version.
The Management cluster should only install the CRDs and not the package itself.
On the other hand, the Worker cluster should install the full kubeflow operator.

Expand Down
6 changes: 3 additions & 3 deletions site/content/en/docs/tasks/manage/setup_multikueue.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ To create a Kubeconfig that can be used in the manager cluster to delegate Jobs
### Kubeflow Installation

Install Kubeflow Training-operator in the Worker cluster (see [Kubeflow Training-operator Installation](https://www.kubeflow.org/docs/components/training/installation/)
for more details). Please use version v1.7.0 for MultiKueue.
for more details). Please use version v1.7.0 or a newer version for MultiKueue.

## In the Manager Cluster

Expand Down Expand Up @@ -82,10 +82,10 @@ kubectl apply --server-side -f https://raw.githubusercontent.com/kubernetes-sigs
### Kubeflow Installation

{{% alert title="Warning" color="warning" %}}
Make sure to only install the Kubeflow TFJobs CRD of version v1.7.0 on the management cluster.
Make sure to install only the Kubeflow TFJobs CRD of version v1.7.0 or newer on the management cluster.

```bash
kubectl apply --server-side -f https://github.com/kubeflow/training-operator/blob/v1.7.0/manifests/base/crds/kubeflow.org_tfjobs.yaml
kubectl apply --server-side -f https://github.com/kubeflow/training-operator/blob/v1.8.0/manifests/base/crds/kubeflow.org_tfjobs.yaml
```
{{% /alert %}}

Expand Down

0 comments on commit dd4dbe9

Please sign in to comment.