Skip to content

Commit

Permalink
Merge pull request #7088 from ameukam/kops-infra-drop-builtin-pod-agent
Browse files Browse the repository at this point in the history
kops: Drop EKS addon for EKS Identity agent
  • Loading branch information
k8s-ci-robot authored Jul 29, 2024
2 parents 64eb2b1 + b006d63 commit 5a05e5c
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions infra/aws/terraform/kops-infra-ci/eks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ module "eks" {
coredns = {
most_recent = true
}
eks-pod-identity-agent = {
most_recent = true
}
kube-proxy = {
most_recent = true
}
Expand Down Expand Up @@ -158,15 +161,6 @@ module "eks-auth" {
]
}

resource "aws_eks_addon" "eks_pod_identity" {
provider = aws.kops-local-ci

cluster_name = module.eks.cluster_name
addon_name = "eks-pod-identity-agent"
addon_version = "v1.0.0-eksbuild.1"
resolve_conflicts_on_update = "OVERWRITE"
}

resource "aws_eks_pod_identity_association" "kops_prow_build" {
provider = aws.kops-local-ci

Expand Down

0 comments on commit 5a05e5c

Please sign in to comment.