Skip to content

Commit 4f1cbf0

Browse files
committed
Use EKS-D KinD images for EKS local environments
1 parent 19fae29 commit 4f1cbf0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

quickstart/src/configurations/eks/config.auto.tfvars

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ clusters = {
3131
ops = {}
3232

3333
# loc environment, inherrits from apps
34-
loc = {}
34+
loc = {
35+
node_image = "ghcr.io/kbst/kind-eks-d:v1.18.9-kbst.1"
36+
}
3537
}
3638
}

0 commit comments

Comments
 (0)