i'm using eks and noticing that my worker nodes ar...
# aws
c
i'm using eks and noticing that my worker nodes are being assigned public IP addresses even though my cluster was created with nodeAssociatePublicIpAddress: false. (typescript) I'm using my own node groups. It looks like the oldest few instances do not have IPs, but all the relatively recent ones (maybe 2 weeks?) have public IPs. Is there any other place I should be looking for a config that was switched other than the cluster config?
pulumi-eks .18.24
i did upgrade the cluster on the 6th from 1.14 to 1.15.
I guess the nodeAssociatePublicIpAddress does not propagate like I thought it did.