I’m currently using it - but i’m doing the VPC CNI outside of it, because I needed to upgrade the VPC CNI in order to use SecurityGroups for pods?
also as I;’ve been using it, I’ve kinda been starting to agree with this Issue: https://github.com/pulumi/pulumi-eks/issues/592
s
sparse-park-68967
07/15/2021, 6:32 PM
Yeah sadly this gets a bit ugly. You could either try importing the daemonset into pulumi and updating the environment variable in the spec or use a dynamic provider to set it on the existing daemonset - essentially wrapping kubectl command you mentioned…