From a85f679a040bdab766be0b810779c66c7667ddc3 Mon Sep 17 00:00:00 2001 From: HarshCasper Date: Tue, 14 Jul 2026 11:15:35 +0530 Subject: [PATCH] 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. --- src/content/docs/aws/configuration/config/configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/docs/aws/configuration/config/configuration.md b/src/content/docs/aws/configuration/config/configuration.md index 9ad76f33..919058c6 100644 --- a/src/content/docs/aws/configuration/config/configuration.md +++ b/src/content/docs/aws/configuration/config/configuration.md @@ -205,6 +205,7 @@ This section covers configuration options that are specific to certain AWS servi | `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. | | `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. | | `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. | +| `EKS_K3D_VERSION` | `v5.9.0` (default) | Overrides the k3d CLI version used to manage EKS clusters. | ### ElastiCache