Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add info on Graviton support #774

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion website/content/en/docs/deployment/create-eks-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ eksctl create cluster \
--with-oidc
```

{{% alert title="Note" color="info" %}}
Kubeflow only supports x86-based EC2 worker nodes at this time. Efforts are underway to provide Kubeflow support for AWS Graviton instances as well.
Copy link
Contributor

@surajkota surajkota Aug 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Efforts are underway to provide Kubeflow support for AWS Graviton instances as well.

Either remove this or I would recommend linking to an existing GH issue on OSS to follow

{{% /alert %}}

If you are using an existing EKS cluster, create an [OIDC provider](https://docs.aws.amazon.com/eks/latest/userguide/enable-iam-roles-for-service-accounts.html) and associate it with for your EKS cluster with the following command:
```bash
eksctl utils associate-iam-oidc-provider --cluster ${CLUSTER_NAME} \
Expand All @@ -43,4 +47,4 @@ eksctl utils associate-iam-oidc-provider --cluster ${CLUSTER_NAME} \

#### **Important:** If you are using an EKS version `>= 1.23` install the Amazon EBS CSI driver by following the instructions [here](https://docs.aws.amazon.com/eks/latest/userguide/ebs-csi.html).

More details about cluster creation via `eksctl` can be found in the [Creating and managing clusters](https://eksctl.io/usage/creating-and-managing-clusters/) guide.
More details about cluster creation via `eksctl` can be found in the [Creating and managing clusters](https://eksctl.io/usage/creating-and-managing-clusters/) guide.