Skip to content

Commit 1460bea

Browse files
authored
Merge pull request #18221 from hakman/aws-lbc-3.2.2
aws: update LBC to v3.2.2 via helm+kustomize
2 parents 4fd4965 + da223b7 commit 1460bea

21 files changed

Lines changed: 18172 additions & 4454 deletions

cmd/kops/integration_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -851,7 +851,7 @@ func TestAWSLBController(t *testing.T) {
851851
withServiceAccountRole("aws-cloud-controller-manager.kube-system", true).
852852
withServiceAccountRole("aws-node-termination-handler.kube-system", true).
853853
withServiceAccountRole("ebs-csi-controller-sa.kube-system", true).
854-
withAddons("aws-load-balancer-controller.addons.k8s.io-k8s-1.19",
854+
withAddons("aws-load-balancer-controller.addons.k8s.io-k8s-1.19-irsa",
855855
"certmanager.io-k8s-1.16",
856856
awsEBSCSIAddon,
857857
dnsControllerAddon,
@@ -888,7 +888,7 @@ func TestManyAddonsCCMIRSA(t *testing.T) {
888888
withServiceAccountRole("ebs-csi-controller-sa.kube-system", true).
889889
withAddons(
890890
"aws-ebs-csi-driver.addons.k8s.io-k8s-1.17",
891-
"aws-load-balancer-controller.addons.k8s.io-k8s-1.19",
891+
"aws-load-balancer-controller.addons.k8s.io-k8s-1.19-irsa",
892892
"certmanager.io-k8s-1.16",
893893
"cluster-autoscaler.addons.k8s.io-k8s-1.15",
894894
"networking.amazon-vpc-routed-eni-k8s-1.16",

tests/integration/update_cluster/aws-lb-controller/data/aws_s3_object_minimal.example.com-addons-aws-load-balancer-controller.addons.k8s.io-k8s-1.19-irsa_content

Lines changed: 3624 additions & 0 deletions
Large diffs are not rendered by default.

tests/integration/update_cluster/aws-lb-controller/data/aws_s3_object_minimal.example.com-addons-aws-load-balancer-controller.addons.k8s.io-k8s-1.19_content

Lines changed: 0 additions & 1641 deletions
This file was deleted.

tests/integration/update_cluster/aws-lb-controller/data/aws_s3_object_minimal.example.com-addons-bootstrap_content

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,9 @@ spec:
143143
selector:
144144
k8s-addon: node-termination-handler.aws
145145
version: 9.99.0
146-
- id: k8s-1.19
147-
manifest: aws-load-balancer-controller.addons.k8s.io/k8s-1.19.yaml
148-
manifestHash: b295d8da3d0e86937fd8a0a86c93db40bbeac296fb723849a65575b2adf9021f
146+
- id: k8s-1.19-irsa
147+
manifest: aws-load-balancer-controller.addons.k8s.io/k8s-1.19-irsa.yaml
148+
manifestHash: 985bbe03988009bb6b25d153bf8ab44b3a71f100c9628c98d4114d94bcdb424b
149149
name: aws-load-balancer-controller.addons.k8s.io
150150
needsPKI: true
151151
selector:

tests/integration/update_cluster/aws-lb-controller/kubernetes.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -853,10 +853,10 @@ resource "aws_s3_object" "minimal-example-com-addons-aws-ebs-csi-driver-addons-k
853853
server_side_encryption = "AES256"
854854
}
855855

856-
resource "aws_s3_object" "minimal-example-com-addons-aws-load-balancer-controller-addons-k8s-io-k8s-1-19" {
856+
resource "aws_s3_object" "minimal-example-com-addons-aws-load-balancer-controller-addons-k8s-io-k8s-1-19-irsa" {
857857
bucket = "testingBucket"
858-
content = file("${path.module}/data/aws_s3_object_minimal.example.com-addons-aws-load-balancer-controller.addons.k8s.io-k8s-1.19_content")
859-
key = "clusters.example.com/minimal.example.com/addons/aws-load-balancer-controller.addons.k8s.io/k8s-1.19.yaml"
858+
content = file("${path.module}/data/aws_s3_object_minimal.example.com-addons-aws-load-balancer-controller.addons.k8s.io-k8s-1.19-irsa_content")
859+
key = "clusters.example.com/minimal.example.com/addons/aws-load-balancer-controller.addons.k8s.io/k8s-1.19-irsa.yaml"
860860
provider = aws.files
861861
server_side_encryption = "AES256"
862862
}

tests/integration/update_cluster/many-addons-ccm-irsa/data/aws_s3_object_minimal.example.com-addons-aws-load-balancer-controller.addons.k8s.io-k8s-1.19-irsa_content

Lines changed: 3624 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)