I'm seeing an issue with EKS when updating the k8s...
# aws
a
I'm seeing an issue with EKS when updating the k8s version of a Node Group using Pulumi. We have an
eks.ManagedNodeGroup
(the node group is currently on Kubernetes version
1.31
). When I update the
version
property on this type,
pulumi preview
is not showing any version change on the Node Group. I've tried a few things, but hoping someone here might have seen a similar issue before?
s