[Feat] Add support for NV AI E version of the GPU Operator #11
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This Pull request does the following:
Upgrades the version of the GPU Operator from 23.3.2 to latest 23.6.1
Upgrades the version of the NVIDIA driver from 525 -> 535
Adds new variables:
nvaienvaie_gpu_operator_versionnvaie_gpu_driver_version(EKS and GKE only, you can't select your driver version on AKS)If you set
nvaieto true (the default is false), then you get the stable version of the gpu operator and driver from the latest NV AI E release.Updates root level
READMEsoftware matrix, module level documentation, andterraform.tfvarsto include the new variablesValidation:
terraform planwithnvaieset to false and check that the planned version of gpu operator and driver matchgpu_operator_versionandgpu_driver_versionvariables.nvaietotrueand rerunterraform plan-- this will show different versions of the gpu operator and driver to be installed as part of the plan. The values will matchnvaie_gpu_operator_versionandnvaie_gpu_driver_versionvariable values.Note: when validating AKS, you will not be able to set any Driver version, and will only be able to validate that the GPU operator version changes when changing the value of
nvaie