billions-scientist-31826
03/20/2020, 1:24 PM@pulumi/eks
? I created my first cluster using the createNodeGroup
method. That worked, but I can't set _ignoreChanges: [_"desiredCapacity"_]_
. I tried using the new NodeGroup()
that takes the pulumi.ComponentResourceOptions
where I can set ignoreChanges, but my pods can't resolve DNS. I also saw there are createNodeGroup()
and createManagedNodeGroup()
functions too. So, 2 questions:
• Which is the recommended way?
• Why when using new NodeGroup()
that my pods in that nodegroup can't resolve DNS?gentle-diamond-70147
03/20/2020, 4:19 PMbreezy-hamburger-69619
03/20/2020, 4:25 PMWhich is the recommended way?It depends on what level of control you want. Per the trade offs, if you need node tainting and other configurable properties on nodes to use for scheduling predicates, going the self-managed route is your best bet until [3] makes progress.
Why when usingHmm, I haven’t heard of that one before. What does your set up look like? Can you try the self-managed node group example and see if that works?that my pods in that nodegroup can’t resolve DNS?new NodeGroup()