howdy, using aws native provider I've realised tha...
# kubernetes
g
howdy, using aws native provider I've realised that once my Nodegroup is running, it seems bound to the ami id that was available at the time of the creation, is there a way to always stick to the latest ami ? I suppose a workaround would be to fetch the k8s version from ssm and pass it to the launch template, etc
i tried passing a
release_version
explicitly (but I don't know how to get that version programmatically?), that worked but did not really update the anything, rather replaced the the whole node group with a new one