feat: Add nested_virtualization cpu_option#3686
Conversation
Nested virtualization is included in the aws provider since 6.33.0, and is supported on C8i, M8i, and R8i instancecs. Implements: terraform-aws-modules#3685 Signed-off-by: Tomas Stodulka <tomas.stodulka@enverus.com>
|
all of the versions throughout will need to be bumped to the min supported version for this Line 7 in ed7f4d5 |
|
Tested and doesn't work unfortunately. It would seems EKS is dropping the CPU option according to this findings here. Haven't tried the AI-suggested workaround yet. |
|
@acolombier just got it deployed also with eks-managed-node-group and it is as you say :( |
|
I can confirm it works with the self-managed module, tho you need to port the feature there as |
|
Are you interested in also adding this feature to the self managed module @xstodu07 ? Here is the patch for it: |
|
if you want to add this for self-managed, we can merge this and then whenever EKS managed node group starts respecting the values it will work for MNG |
|
@bryantbiggs Would it be possible to prioritize or speed up the review/merge of this PR? |
|
please fix the conflicts when you get a chance |
|
EKS managed node group now respect this values, it was recently fixed |
|
thanks @csantanapr !!! @xstodu07 can you update and fix the conflicts when you get a chance? |
|
This PR is included in version 21.23.0 🎉 |
Description
Nested virtualization is included in the aws provider since 6.33.0, and is supported on C8i, M8i, and R8i instancecs.
Motivation and Context
Breaking Changes
How Has This Been Tested?
examples/*to demonstrate and validate my change(s)examples/*projectspre-commit run -aon my pull request