Closed flostadler closed 1 month ago
Historically the following NodeGroup & NodeGroupV2 input properties have been plain:
NodeGroup
NodeGroupV2
kubeletExtraArgs
bootstrapExtraArgs
labels
taints
nodeAssociatePublicIpAddress
Those should instead be inputs so users can pass outputs into them.
fixes https://github.com/pulumi/pulumi-eks/issues/1274
Looking good! No breaking changes found. No new resources/functions.
As discussed the expected breaking changes are only for Go (and those are slight) so this is very welcome overall.
Historically the following
NodeGroup
&NodeGroupV2
input properties have been plain:kubeletExtraArgs
bootstrapExtraArgs
labels
taints
nodeAssociatePublicIpAddress
Those should instead be inputs so users can pass outputs into them.
fixes https://github.com/pulumi/pulumi-eks/issues/1274