Difference between revisions of "Template:Cluster addons example"

From wikieduonline
Jump to navigation Jump to search
(Created page with " cluster_addons = { coredns = { preserve = true most_recent = true timeouts = { create = "25m" delete = "10m" } } kub...")
Tags: Mobile web edit, Mobile edit
 
Tags: Mobile web edit, Mobile edit
Line 1: Line 1:
 
   cluster_addons = {
 
   cluster_addons = {
     coredns = {
+
     [[coredns]] = {
 
       preserve    = true
 
       preserve    = true
 
       most_recent = true
 
       most_recent = true
Line 9: Line 9:
 
       }
 
       }
 
     }
 
     }
     kube-proxy = {
+
     [[kube-proxy]] = {
 
       most_recent = true
 
       most_recent = true
 
     }
 
     }
     vpc-cni = {
+
     [[vpc-cni]] = {
 
       most_recent = true
 
       most_recent = true
 
     }
 
     }

Revision as of 08:06, 7 March 2023

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

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


Terraform EKS module: manage_aws_auth_configmap, create_aws_auth_configmap, aws_auth_roles, aws_auth_users, aws_auth_accounts, module.eks, Amazon EKS Blueprints for Terraform, OIDC

Advertising: