in the `pulumi/eks` module, is there a way to pass...
# general
e
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
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
I'm using this via Python, though, so not sure it was the proper location