Skip to content

Commit

Permalink
docs: Fix broken EKS link (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
orfeas-k authored Dec 10, 2024
1 parent 88d5cb9 commit 0108147
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/how-to/deploy-eks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ We assume the following:

Create EKS cluster
-------------------
See the `EKS creation guide <https://charmed-kubeflow.io/docs/create-eks-cluster-for-mlops>`_ for how to do that.
See the `EKS creation guide <https://discourse.charmhub.io/t/create-an-eks-cluster-for-use-with-an-mlops-platform/10983>`_ for how to do that.

Setup Juju
----------
Expand Down
4 changes: 2 additions & 2 deletions docs/how-to/deploy-mlflow-kubeflow-eks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ We assume the following:
Deploy EKS cluster
-------------------

See our `EKS creation guide <https://charmed-kubeflow.io/docs/create-eks-cluster-for-mlops>`_ for a complete guide on how to do this. **Do not forget** to edit the ``instanceType`` field under ``managedNodeGroups[0].instanceType`` from ``t2.2xlarge`` to ``t3.2xlarge``, as instructed in the guide, since worker nodes of type ``t3.2xlarge`` are required for deploying both MLflow and Kubeflow.
See our `EKS creation guide <https://discourse.charmhub.io/t/create-an-eks-cluster-for-use-with-an-mlops-platform/10983>`_ for a complete guide on how to do this. **Do not forget** to edit the ``instanceType`` field under ``managedNodeGroups[0].instanceType`` from ``t2.2xlarge`` to ``t3.2xlarge``, as instructed in the guide, since worker nodes of type ``t3.2xlarge`` are required for deploying both MLflow and Kubeflow.

Setup Juju
----------
Expand Down Expand Up @@ -127,4 +127,4 @@ Wait until all charms are in the active state. You can check the state of the ch
juju status --watch 5s --relations
Now you can access the Kubeflow dashboard at the value from ``INGRESS_HOST`` in your browser.
Now you can access the Kubeflow dashboard at the value from ``INGRESS_HOST`` in your browser.

0 comments on commit 0108147

Please sign in to comment.