Skip to content

Commit 0108147

Browse files
authored
docs: Fix broken EKS link (#298)
1 parent 88d5cb9 commit 0108147

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/how-to/deploy-eks.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ We assume the following:
1818

1919
Create EKS cluster
2020
-------------------
21-
See the `EKS creation guide <https://charmed-kubeflow.io/docs/create-eks-cluster-for-mlops>`_ for how to do that.
21+
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.
2222

2323
Setup Juju
2424
----------

docs/how-to/deploy-mlflow-kubeflow-eks.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ We assume the following:
2020
Deploy EKS cluster
2121
-------------------
2222

23-
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.
23+
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.
2424

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

0 commit comments

Comments
 (0)