Skip to content

Commit

Permalink
feat: update to latest versions of AWS addons and AMI
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatamutyala authored Sep 6, 2024
1 parent 9c97b9c commit 4ffc877
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ module "captain" {
iam_role_to_assume = "arn:aws:iam::1234567890:role/glueops-captain-role"
source = "git::https://github.com/GlueOps/terraform-module-cloud-aws-kubernetes-cluster.git"
eks_version = "1.28"
csi_driver_version = "v1.33.0-eksbuild.1"
coredns_version = "v1.10.1-eksbuild.11"
kube_proxy_version = "v1.28.8-eksbuild.5"
csi_driver_version = "v1.34.0-eksbuild.1"
coredns_version = "v1.10.1-eksbuild.13"
kube_proxy_version = "v1.28.12-eksbuild.2"
vpc_cidr_block = "10.65.0.0/26"
region = "us-west-2"
availability_zones = ["us-west-2a", "us-west-2b"]
node_pools = [
# {
# "ami_release_version" : "1.28.11-20240807",
# "ami_release_version" : "1.28.11-20240828",
# "ami_type" : "AL2_x86_64",
# "instance_type" : "t3a.large",
# "name" : "glueops-platform-node-pool-1",
Expand All @@ -47,7 +47,7 @@ module "captain" {
# ]
# },
# {
# "ami_release_version" : "1.28.11-20240807",
# "ami_release_version" : "1.28.11-20240828",
# "ami_type" : "AL2_x86_64",
# "instance_type" : "t3a.small",
# "name" : "glueops-platform-node-pool-argocd-app-controller-1",
Expand All @@ -68,7 +68,7 @@ module "captain" {
# ]
# },
# {
# "ami_release_version" : "1.28.11-20240807",
# "ami_release_version" : "1.28.11-20240828",
# "ami_type" : "AL2_x86_64",
# "instance_type" : "t3a.medium",
# "name" : "clusterwide-node-pool-1",
Expand Down
6 changes: 3 additions & 3 deletions docs/.header.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module "captain" {
availability_zones = ["us-west-2a", "us-west-2b"]
node_pools = [
# {
# "ami_release_version" : "1.28.11-20240807",
# "ami_release_version" : "1.28.11-20240828",
# "ami_type" : "AL2_x86_64",
# "instance_type" : "t3a.large",
# "name" : "glueops-platform-node-pool-1",
Expand All @@ -46,7 +46,7 @@ module "captain" {
# ]
# },
# {
# "ami_release_version" : "1.28.11-20240807",
# "ami_release_version" : "1.28.11-20240828",
# "ami_type" : "AL2_x86_64",
# "instance_type" : "t3a.small",
# "name" : "glueops-platform-node-pool-argocd-app-controller-1",
Expand All @@ -67,7 +67,7 @@ module "captain" {
# ]
# },
# {
# "ami_release_version" : "1.28.11-20240807",
# "ami_release_version" : "1.28.11-20240828",
# "ami_type" : "AL2_x86_64",
# "instance_type" : "t3a.medium",
# "name" : "clusterwide-node-pool-1",
Expand Down
12 changes: 6 additions & 6 deletions tests/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ module "captain" {
iam_role_to_assume = "arn:aws:iam::761182885829:role/glueops-captain-role"
source = "../"
eks_version = "1.28"
csi_driver_version = "v1.33.0-eksbuild.1"
coredns_version = "v1.10.1-eksbuild.11"
kube_proxy_version = "v1.28.8-eksbuild.5"
csi_driver_version = "v1.34.0-eksbuild.1"
coredns_version = "v1.10.1-eksbuild.13"
kube_proxy_version = "v1.28.12-eksbuild.2"
vpc_cidr_block = "10.65.0.0/26"
region = "us-west-2"
availability_zones = ["us-west-2a", "us-west-2b"]
node_pools = [
# {
# "ami_release_version" : "1.28.11-20240807",
# "ami_release_version" : "1.28.11-20240828",
# "ami_type" : "AL2_x86_64",
# "instance_type" : "t3a.large",
# "name" : "glueops-platform-node-pool-1",
Expand All @@ -31,7 +31,7 @@ module "captain" {
# ]
# },
# {
# "ami_release_version" : "1.28.11-20240807",
# "ami_release_version" : "1.28.11-20240828",
# "ami_type" : "AL2_x86_64",
# "instance_type" : "t3a.small",
# "name" : "glueops-platform-node-pool-argocd-app-controller-1",
Expand All @@ -52,7 +52,7 @@ module "captain" {
# ]
# },
# {
# "ami_release_version" : "1.28.11-20240807",
# "ami_release_version" : "1.28.11-20240828",
# "ami_type" : "AL2_x86_64",
# "instance_type" : "t3a.medium",
# "name" : "clusterwide-node-pool-1",
Expand Down

0 comments on commit 4ffc877

Please sign in to comment.