You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 7, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: content/en/references/configuration.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -178,8 +178,9 @@ This section covers configuration options that are specific to certain AWS servi
178
178
| Variable | Example Values | Description |
179
179
| - | - | - |
180
180
|`EKS_LOADBALANCER_PORT`|`8081` (default) | Local port on which the Kubernetes load balancer is exposed on the host. |
181
-
|`EKS_K3S_IMAGE_TAG`|`v1.22.6-k3s1` (default) | Custom tag of the `k8s/rancher` image used to spin up Kubernetes clusters locally. |
181
+
|`EKS_K3S_IMAGE_TAG`|`v1.31.5-k3s1` (default) | Custom tag of the `rancher/k3s` image used to spin up Kubernetes clusters locally. |
182
182
|`EKS_K8S_PROVIDER`|`k3s` (default)\|`local`| The k8s provider which should be used to start the k8s cluster backing EKS. For more information on the providers, please see [Elastic Kubernetes Service (EKS)]({{< ref "user-guide/aws/eks" >}}) |
183
+
|`EKS_K3S_IMAGE_REPOSITORY`|`rancher/k3s` (default) | Custom repository of the `rancher/k3s` image used to spin up Kubernetes clusters locally. |
Users can specify the desired version when creating an EKS cluster in LocalStack using the `EKS_K3S_IMAGE_TAG` configuration variable when starting LocalStack.
570
+
554
571
## Resource Browser
555
572
556
573
The LocalStack Web Application provides a Resource Browser for managing EKS clusters.
0 commit comments