Skip to content

Commit b006d63

Browse files
committed
kops-ci: Drop EKS addon for EKS Identity agent
EKS Identity agent is now builtin in the EKS module.
1 parent 64eb2b1 commit b006d63

File tree

1 file changed

+3
-9
lines changed
  • infra/aws/terraform/kops-infra-ci

1 file changed

+3
-9
lines changed

infra/aws/terraform/kops-infra-ci/eks.tf

+3-9
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ module "eks" {
4747
coredns = {
4848
most_recent = true
4949
}
50+
eks-pod-identity-agent = {
51+
most_recent = true
52+
}
5053
kube-proxy = {
5154
most_recent = true
5255
}
@@ -158,15 +161,6 @@ module "eks-auth" {
158161
]
159162
}
160163

161-
resource "aws_eks_addon" "eks_pod_identity" {
162-
provider = aws.kops-local-ci
163-
164-
cluster_name = module.eks.cluster_name
165-
addon_name = "eks-pod-identity-agent"
166-
addon_version = "v1.0.0-eksbuild.1"
167-
resolve_conflicts_on_update = "OVERWRITE"
168-
}
169-
170164
resource "aws_eks_pod_identity_association" "kops_prow_build" {
171165
provider = aws.kops-local-ci
172166

0 commit comments

Comments
 (0)