https://pulumi.com logo
Title
n

nutritious-tent-64795

12/14/2021, 1:17 AM
Hi - is anyone else seeing issues standing up an EKS cluster via Pulumi/Python? We have code which has worked for months that is suddenly sporadically throwing this error:
details = "Setting nodeGroupOptions, and any set of singular node group option(s) on the cluster, is mutually exclusive. Choose a single approach."
We hit a number of failures on Friday, it began working again this weekend, and is now not working again. Our code in question is here: • https://github.com/nginxinc/kic-reference-architectures/blob/master/pulumi/aws/eks/__main__.py#L61-L65https://github.com/nginxinc/kic-reference-architectures/blob/master/pulumi/aws/eks/__main__.py#L73-L83 There is nothing being set outside of the node options that should cause this error (based on the logic in https://github.com/pulumi/pulumi-eks/blob/master/nodejs/eks/cluster.ts#L361-L375). The output looks like this: • https://gist.github.com/qdzlug/931c07928dca1c3ad6097d89227edc16 This issue started following the issues with AWS, but I don’t know if it’s related. This is under Pulumi v3.19.0 and all current versions of the pulumi python modules.
b

billowy-army-68599

12/14/2021, 1:19 AM
hey Jason, thanks for reporting this, would you mind opening an issue again the eks repo for it? github.com/pulumi/pulumi-eks
n

nutritious-tent-64795

12/14/2021, 1:19 AM
Will do!
@billowy-army-68599 - here you go. Let me know if you have any questions or anything you want me to try. https://github.com/pulumi/pulumi-eks/issues/643
b

billowy-army-68599

12/14/2021, 1:24 AM
thanks! we'll get that triaged ASAP
n

nutritious-tent-64795

12/14/2021, 1:24 AM
Appreciate it!
w

worried-xylophone-86184

02/12/2022, 8:33 PM
Hi all ! I believe we are facing with a similar issue too at the moment. I have put some additional details on the same ticket.