Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1202 from alphagov/support-rolling-kiam-server-nodes
Browse files Browse the repository at this point in the history
Use a timestamp for the kiam server nodes
  • Loading branch information
Christopher Baines authored Oct 20, 2020
2 parents 4a3ec34 + c06b011 commit f5bc035
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/k8s-cluster/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ resource "aws_cloudformation_stack" "kiam-server-nodes" {
NodeInstanceType = "t3.medium"
NodeVolumeSize = "40"
BootstrapArguments = "--kubelet-extra-args \"--node-labels=node.kubernetes.io/cluster-management --register-with-taints=node.kubernetes.io/cluster-management=:NoSchedule --event-qps=0\""
NodeGroupGenerationTimestamp = var.worker_generation_timestamp
VpcId = var.vpc_id
Subnets = join(",", var.private_subnet_ids)
}
Expand Down

0 comments on commit f5bc035

Please sign in to comment.