I have a question regarding AWS IMDV2 support with Rancher 2.8 on RKE running K8s version 1.27. I'm trying to piece together the parts of the puzzle and from what I gather, support for AWS intree provider has been removed in Rancher 2.8 RKE cluster running version 1.27 since kuberntes no longer supports it. In this issue
https://github.com/rancher/rancher/issues/43175 and in migration docs, moving to out of tree provider requires setting
useInstanceMetadataHostname: true
which queries for Ec2 instance metadata using IMDV1. Is this a correct assumption? or does this flag support IMDV2?