This message was deleted.
# general
s
This message was deleted.
c
yep. I don’t think thats specific to EKS, pulumi does this across the board
g
This is the auto-naming functionality in Pulumi. https://www.pulumi.com/docs/intro/concepts/programming-model/#autonaming Generally you can override this by setting a
name: 'my-cluster'
property on the resource. You can do this if you're using the EKS resources via
@pulumi/aws
, but it looks like we don't expose this via
@pulumi/eks
.
👍 1
e
ah, thanks for the info
I voted on that 🙂