Skip to content

Commit a5ebd0c

Browse files
HarshCasperlocalstack-botcloutierMat
authored
Update Persistence Docs (#324)
Co-authored-by: LocalStack Bot <[email protected]> Co-authored-by: Mathieu Cloutier <[email protected]>
1 parent c3c8c29 commit a5ebd0c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,8 @@ This section covers configuration options that are specific to certain AWS servi
199199
| `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)](/aws/services/eks) |
200200
| `EKS_K3S_IMAGE_REPOSITORY` | `rancher/k3s` (default) | Custom repository of the `rancher/k3s` image used to spin up Kubernetes clusters locally. |
201201
| `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. |
202-
202+
| `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. |
203+
203204
### ElastiCache
204205

205206
| Variable | Example Values | Description |

src/data/persistence/coverage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@
291291
"full_name": "EKS (Elastic Kubernetes Service)",
292292
"support": "supported with limitations",
293293
"test_suite": true,
294-
"limitations": "We cannot persist EKS resources."
294+
"limitations": "By default, cluster contents is not persisted. To enable saving/loading your Kubernetes resources, LocalStack must be started with EKS_PERSIST_CLUSTER_CONTENTS=1"
295295
},
296296
"eks-auth": {
297297
"service": "eks-auth",

0 commit comments

Comments
 (0)