<https://github.com/pulumi/pulumi-eks/blob/master/...
# typescript
w
https://github.com/pulumi/pulumi-eks/blob/master/nodejs/eks/cluster.ts#L894 https://github.com/pulumi/pulumi-eks/blob/master/nodejs/eks/nodegroup.ts#L88 It would be nice if
eks.Cluster
also passes through
keyName
to
NodeGroupOptions
. (Currently it only passes
nodePublicKey
.) ... would probably be called
nodeKeyName
for consistency, and should be mutually exclusive with
nodePublicKey
.
w
Could you open an issue (or even a PR 🙂) in the repo?
w