We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6770bf1 commit fd62c24Copy full SHA for fd62c24
examples/karpenter/main.tf
@@ -84,7 +84,7 @@ module "eks" {
84
coredns = {
85
configuration_values = jsonencode({
86
computeType = "Fargate"
87
- # 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
88
# Fargate https://docs.aws.amazon.com/eks/latest/userguide/fargate-pod-configuration.html
89
# Fargate adds 256 MB to each pod's memory reservation for the required Kubernetes
90
# components (kubelet, kube-proxy, and containerd). Fargate rounds up to the following
0 commit comments