https://pulumi.com logo
e

early-musician-41645

10/25/2018, 7:16 PM
in the
pulumi/eks
module, is there a way to pass in UserData to run when a worker node spins up? I need to install a couple custom drivers and resources on each worker node.
w

white-balloon-205

10/25/2018, 8:12 PM
Not currently, but it would be very easy to expose a new input argument to pass additional user data to include. See https://github.com/pulumi/eks/blob/master/nodejs/eks/cluster.ts#L328.
Fee free to open an issue or PR in that repo.
e

early-musician-41645

10/25/2018, 8:37 PM
I'm using this via Python, though, so not sure it was the proper location