Skip to content

Commit

Permalink
Merge pull request eksctl-io#7501 from eksctl-io/yuxiang-zhang-patch-1
Browse files Browse the repository at this point in the history
Update arm-support.md
  • Loading branch information
yuxiang-zhang authored Jan 24, 2024
2 parents e34c5ff + 7b89891 commit 9575570
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions userdocs/src/usage/arm-support.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ARM Support

EKS supports 64 bit ARM architecture with its [Graviton processors](https://aws.amazon.com/ec2/graviton/). To create a cluster,
select one of the Graviton-based instance types (`a1`, `t4g`, `m6g`, `m6gd`, `c6g`, `c6gd`, `r6g`, `r6gd`) and run:
EKS supports 64-bit ARM architecture with its [Graviton processors](https://aws.amazon.com/ec2/graviton/). To create a cluster,
select one of the Graviton-based instance types (`a1`, `t4g`, `m6g`, `m7g`, `m6gd`, `c6g`, `c7g`, `c6gd`, `r6g`, `r7g`, `r6gd`) and run:


```
Expand Down Expand Up @@ -51,7 +51,7 @@ managedNodeGroups:
eksctl create cluster -f cluster-arm-2.yaml
```

The AMI resolvers, `auto` and `auto-ssm`, will see that you want to use an ARM instance type and they will select the correct AMI.
The AMI resolvers, `auto` and `auto-ssm`, will infer the correct AMI based on the ARM instance type.

???+ note
Note that currently there are only AmazonLinux2 EKS optimized AMIs for ARM.
Expand Down

0 comments on commit 9575570

Please sign in to comment.