Skip to content
Merged
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
16 changes: 8 additions & 8 deletions src/content/docs/aws/services/eks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -672,17 +672,17 @@ spec:

LocalStack uses [k3s](https://github.com/k3s-io/k3s) under the hood for creating EKS clusters.
Below is the list of supported Kubernetes versions and their corresponding k3s versions.
The default version is `1.34`.
The default version is `1.35`.

| Kubernetes Version | k3s Version | EKS Platform Version |
|----------------------|---------------|------------------------|
| 1.35 | v1.35.0-k3s1 | eks.3 |
| 1.34 | v1.34.3-k3s1 | eks.13 |
| 1.33 | v1.33.7-k3s1 | eks.27 |
| 1.32 | v1.32.11-k3s1 | eks.34 |
| 1.31 | v1.31.14-k3s1 | eks.50 |
| 1.30 | v1.30.14-k3s2 | eks.58 |
| 1.29 | v1.29.15-k3s1 | eks.61 |
| 1.35 | v1.35.2-k3s1 | eks.5 |
| 1.34 | v1.34.5-k3s1 | eks.15 |
| 1.33 | v1.33.9-k3s1 | eks.29 |
| 1.32 | v1.32.13-k3s1 | eks.36 |
| 1.31 | v1.31.14-k3s1 | eks.52 |
| 1.30 | v1.30.14-k3s2 | eks.60 |
| 1.29 | v1.29.15-k3s1 | eks.63 |

Users can specify the desired version when creating an EKS cluster in LocalStack using the `EKS_K3S_IMAGE_TAG` configuration variable when starting LocalStack.

Expand Down