pulumi-eks icon indicating copy to clipboard operation
pulumi-eks copied to clipboard

[Feature Request] An option to set NodeGroup name

Open runlevel5 opened this issue 4 years ago • 0 comments

I would like to set a name for my EKS node group, I was looking into NodeGroupOptions but unable to find any option to do so.

I am expecting a name option like below:

import * as eks from "@pulumi/eks";

new eks.NodeGroup(`my-node-group`, {
  name: 'node-group-name' # there is no such option
});

Any help is greatly appreciated

runlevel5 avatar Jan 13 '21 14:01 runlevel5