Skip to content

Commit a85f679

Browse files
committed
DOC-317: document EKS_K3D_VERSION config option
Add the new EKS_K3D_VERSION option (default v5.9.0) so users can override the k3d CLI version used by the EKS emulator.
1 parent e13619c commit a85f679

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/content/docs/aws/configuration/config/configuration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ This section covers configuration options that are specific to certain AWS servi
205205
| `EKS_START_K3D_LB_INGRESS` | `0` (default) | Whether to start the k3d load balancer and Traefik ingress controller automatically when creating an EKS cluster. Set to `1` to enable. |
206206
| `EKS_PERSIST_CLUSTER_CONTENTS` | `0` (default) | When Persistence is enabled or when saving/loading Cloud Pods, this flag can be used to control whether the content deployed to EKS clusters will be persisted. Set to `1` to enable. |
207207
| `EKS_K3D_CLUSTER_TOKEN` | `localstack-k3d-cluster-token` (default) | Token used to authenticate agent nodes joining a k3d-backed EKS cluster. Setting an explicit token ensures consistent node authentication across k3d versions, which is required for dynamic agent assignment. Can be overridden via the `EKS_K3D_CLUSTER_TOKEN` environment variable. |
208+
| `EKS_K3D_VERSION` | `v5.9.0` (default) | Overrides the k3d CLI version used to manage EKS clusters. |
208209

209210
### ElastiCache
210211

0 commit comments

Comments
 (0)