Skip to content

Commit 32bbe14

Browse files
EKS: Update supported versions (#413)
1 parent 765e5c6 commit 32bbe14

File tree

1 file changed

+11
-12
lines changed
  • src/content/docs/aws/services

1 file changed

+11
-12
lines changed

src/content/docs/aws/services/eks.mdx

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -672,18 +672,17 @@ spec:
672672

673673
LocalStack uses [k3s](https://github.com/k3s-io/k3s) under the hood for creating EKS clusters.
674674
Below is the list of supported Kubernetes versions and their corresponding k3s versions.
675-
The default version is `1.31`.
676-
677-
| Kubernetes Version | k3s Version | EKS Platform Version |
678-
|-------------------|-------------------|---------------------|
679-
| 1.32 | v1.32.1-k3s1 | eks.3 |
680-
| 1.31 | v1.31.5-k3s1 | eks.19 |
681-
| 1.30 | v1.30.9-k3s1 | eks.27 |
682-
| 1.29 | v1.29.13-k3s1 | eks.30 |
683-
| 1.28 | v1.28.15-k3s1 | eks.36 |
684-
| 1.27 | v1.27.16-k3s1 | eks.40 |
685-
| 1.26 | v1.26.15-k3s1 | eks.42 |
686-
| 1.25 | v1.25.16-k3s4 | eks.42 |
675+
The default version is `1.34`.
676+
677+
| Kubernetes Version | k3s Version | EKS Platform Version |
678+
|----------------------|---------------|------------------------|
679+
| 1.35 | v1.35.0-k3s1 | eks.3 |
680+
| 1.34 | v1.34.3-k3s1 | eks.13 |
681+
| 1.33 | v1.33.7-k3s1 | eks.27 |
682+
| 1.32 | v1.32.11-k3s1 | eks.34 |
683+
| 1.31 | v1.31.14-k3s1 | eks.50 |
684+
| 1.30 | v1.30.14-k3s2 | eks.58 |
685+
| 1.29 | v1.29.15-k3s1 | eks.61 |
687686

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

0 commit comments

Comments
 (0)