mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-04-20 15:51:19 +02:00
docs: Minor fix in comment (#2547)
Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
This commit is contained in:
@@ -84,7 +84,7 @@ module "eks" {
|
|||||||
coredns = {
|
coredns = {
|
||||||
configuration_values = jsonencode({
|
configuration_values = jsonencode({
|
||||||
computeType = "Fargate"
|
computeType = "Fargate"
|
||||||
# Ensure that the we fully utilize the minimum amount of resources that are supplied by
|
# Ensure that we fully utilize the minimum amount of resources that are supplied by
|
||||||
# Fargate https://docs.aws.amazon.com/eks/latest/userguide/fargate-pod-configuration.html
|
# Fargate https://docs.aws.amazon.com/eks/latest/userguide/fargate-pod-configuration.html
|
||||||
# Fargate adds 256 MB to each pod's memory reservation for the required Kubernetes
|
# Fargate adds 256 MB to each pod's memory reservation for the required Kubernetes
|
||||||
# components (kubelet, kube-proxy, and containerd). Fargate rounds up to the following
|
# components (kubelet, kube-proxy, and containerd). Fargate rounds up to the following
|
||||||
|
|||||||
Reference in New Issue
Block a user