aws-samples / amazon-eks-machine-learning-with-terraform-and-kubeflow

Distributed training using Kubeflow on Amazon EKS
Apache License 2.0
82 stars 42 forks source link

EKS Node group should be a managed node group #18

Closed ajayvohra2005 closed 2 years ago

ajayvohra2005 commented 2 years ago

In the current implementation of this solution, EKS node group nodes are not managed by EKS. Now that EKS has supported managed node group for sometime, the solution needs to be updated to use a managed EKS node group.

ajayvohra2005 commented 2 years ago

Hash commit ddc0e9628f8d038d159fff6570c16689b07a3c7e resolves this issue.