update eks docs to include config for the cluster token#543
Open
update eks docs to include config for the cluster token#543
Conversation
Contributor
nik-localstack
left a comment
There was a problem hiding this comment.
The new configuration variable should be added also in https://docs.localstack.cloud/aws/capabilities/config/configuration/#eks
Co-authored-by: Nikos <nikos.michas@localstack.cloud>
Deploying localstack-docs with
|
| Latest commit: |
c17223e
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://29c47993.localstack-docs.pages.dev |
| Branch Preview URL: | https://doc-133-eks-cluster-token.localstack-docs.pages.dev |
Co-authored-by: Nikos <nikos.michas@localstack.cloud>
Collaborator
hey @blkgrlcto looks like just 1 last comment to address :) |
Contributor
Author
nik-localstack
requested changes
Apr 15, 2026
| | `EKS_K3S_IMAGE_REPOSITORY` | `rancher/k3s` (default) | Custom repository of the `rancher/k3s` image used to spin up Kubernetes clusters locally. | | ||
| | `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 (e.g., Karpenter support). Can be overridden via the `EKS_K3D_CLUSTER_TOKEN` environment variable. | |
Contributor
There was a problem hiding this comment.
Please don't mention Karpenter as it's not fully supported yet.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR addresses DOC-133