Difference between revisions of "Terraform EKS module: cluster addons"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
|||
Line 6: | Line 6: | ||
== See also == | == See also == | ||
* {{tf eks module}} | * {{tf eks module}} | ||
+ | |||
+ | [[Category:TF]] |
Revision as of 08:38, 14 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 } aws-ebs-csi-driver = { most_recent = true } }
See also
Advertising: