can anyone share some guidance on how to control t...
# kubernetes
w
can anyone share some guidance on how to control the version of EKS k8s engine? I found info on setting the node’s AMI but not the cluster itself specifically wondering about fargate, as there’s no AMI settings there
b
@white-chef-55657 you just need to set this version parameter: https://www.pulumi.com/registry/packages/eks/api-docs/cluster/#version_nodejs
is there something else you need?
w
ah o_O completely missed that, thanks!