Amazon VPC-CNI: cluster addons

From wikieduonline
Revision as of 16:43, 26 February 2024 by Welcome (talk | contribs) (→‎Related)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The add-on creates elastic network interfaces (ENI) and attaches them to your Amazon EC2 nodes https://docs.aws.amazon.com/eks/latest/userguide/managing-vpc-cni.html


 cluster_addons = {
   coredns = {
     preserve    = true
     most_recent = true

     timeouts = {
       create = "25m"
       delete = "10m"
     }
   }
   kube-proxy = {
     most_recent = true
   }
   vpc-cni = {
     most_recent = true
   }
   aws-ebs-csi-driver = {
     most_recent = true
   }
 }

Related[edit]

See also[edit]

Advertising: