Skip to content

Commit

Permalink
rename import.tf to .off, not needed for create
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jan 29, 2025
1 parent 0e7998f commit 8c3376c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions examples/full-cluster-tf-upgrade/1.31/addons/addon_vpc-cni.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,18 @@ resource "aws_eks_addon" "vpc-cni" {
# note OVERWRITE resets to eks addon defaults, PRESERVE uses any values set here
resolve_conflicts_on_create = "OVERWRITE"
resolve_conflicts_on_update = "OVERWRITE"

# https://aws.amazon.com/blogs/containers/amazon-vpc-cni-introduces-enhanced-subnet-discovery/
# add tag to subnets for discovery
# "kubernetes.io/role/cni" = 1
#
# configuration_values = jsonencode({
# env = {
# ENABLE_SUBNET_DISCOVERY = "true"
# WARM_IP_TARGET = "1"
# MINIMUM_IP_TARGET = "1"
# }
# })
}


Expand Down

0 comments on commit 8c3376c

Please sign in to comment.