Sébastien Allamand
Sébastien Allamand
Hi @brenwhyte, in the link you point, we can see that it uses the private subnet for the Managed node group: ``` managed_node_groups = { mg_5 = { node_group_name =...
TODO: Need also to create and test when deploying with ArgoCD
Actually We have an example that showcase deployment with Terraform here : https://github.com/aws-samples/amazon-eks-argo-rollouts I have also a version deploying with ArgoCD. Not sure if this needs additional example in this...
Link to the Add-on PR : https://github.com/aws-samples/eks-blueprints-add-ons/pull/142
Hi @ashoksrirama, so in this pattern we create one EKS cluster per az and you deploy an app in each cluster. I am not sure to understand what new here...
There was already a PR for this, did you saw it before opening this one ? https://github.com/aws-ia/terraform-aws-eks-blueprints/pull/1830
@neelaruban I've got also something working here, can we sync on what you plan to deliver also ?
Nice i'll look at it.
This is needed to work on p4d24xlarge instances types, is their a Bottlerocket Variant with this package ?
@kragniz Did you see specific errors in `kubectl get events` when this appears ? Are you working in EKS ? normally you do not need to specify the volumeMounts in...