Let me know if I should redirect this to another c...
# general
j
Let me know if I should redirect this to another channel but I have a quick eks node group question. In typescript, when defining an eks.NodeGroup, I need to define the following but not quite sure where it goes.
Copy code
kubeletExtraConfig:
      kubeReserved:
        memory: "64Mi"
      kubeReservedCgroup: "/kube-reserved"
      systemReserved:
        memory: "13Mi"
      evictionHard:
        memory.available:  "25Mi"
      featureGates:
        DynamicKubeletConfig: true