Skip to content

Commit e6df486

Browse files
Merge pull request #54 from GlueOps/chore/updates
Chore/updates
2 parents 02cdbea + 104207f commit e6df486

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module "captain" {
2424
availability_zones = ["us-west-2a", "us-west-2b"]
2525
node_pools = [
2626
# {
27-
# "ami_image_id" : "ami-0bce9ab1f1be3282a",
27+
# "ami_image_id" : "ami-0d62cf3c1488af0a3",
2828
# "instance_type" : "t3a.large",
2929
# "name" : "glueops-platform-node-pool-1",
3030
# "node_count" : 4,
@@ -44,7 +44,7 @@ module "captain" {
4444
# ]
4545
# },
4646
# {
47-
# "ami_image_id" : "ami-0bce9ab1f1be3282a",
47+
# "ami_image_id" : "ami-0d62cf3c1488af0a3",
4848
# "instance_type" : "t3a.large",
4949
# "name" : "clusterwide-node-pool-1",
5050
# "node_count" : 4,
@@ -171,7 +171,7 @@ No requirements.
171171
| <a name="input_csi_driver_version"></a> [csi\_driver\_version](#input\_csi\_driver\_version) | You should grab the appropriate version number from: https://github.com/kubernetes-sigs/aws-ebs-csi-driver/blob/master/CHANGELOG.md | `string` | `"v1.22.0-eksbuild.2"` | no |
172172
| <a name="input_eks_version"></a> [eks\_version](#input\_eks\_version) | The version of EKS to deploy | `string` | `"1.27"` | no |
173173
| <a name="input_iam_role_to_assume"></a> [iam\_role\_to\_assume](#input\_iam\_role\_to\_assume) | The full ARN of the IAM role to assume | `string` | n/a | yes |
174-
| <a name="input_node_pools"></a> [node\_pools](#input\_node\_pools) | node pool configurations:<br> - name (string): Name of the node pool. MUST BE UNIQUE! Recommended to use YYYYMMDD in the name<br> - node\_count (number): number of nodes to create in the node pool.<br> - instance\_type (string): Instance type to use for the nodes. ref: https://instances.vantage.sh/<br> - ami\_image\_id (string): AMI image ID to use for EKS worker nodes. This varies per region!! ref: https://github.com/awslabs/amazon-eks-ami/releases to find the AMI ID go to the console: https://us-west-2.console.aws.amazon.com/ec2/home?region=us-west-2#Images:visibility=public-images;search=amazon-eks-node-1.27-v20230703<br> - spot (bool): Enable spot instances for the nodes. DO NOT ENABLE IN PROD!<br> - disk\_size\_gb (number): Disk size in GB for the nodes.<br> - max\_pods (number): max pods that can be scheduled per node.<br> - ssh\_key\_pair\_names (list(string)): List of SSH key pair names to associate with the nodes. ref: https://us-west-2.console.aws.amazon.com/ec2/home?region=us-west-2#KeyPairs:<br> - kubernetes\_labels (map(string)): Map of labels to apply to the nodes. ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/<br> - kubernetes\_taints (list(object)): List of taints to apply to the nodes. ref: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/ | <pre>list(object({<br> name = string<br> node_count = number<br> instance_type = string<br> ami_image_id = string<br> spot = bool<br> disk_size_gb = number<br> max_pods = number<br> ssh_key_pair_names = list(string)<br> kubernetes_labels = map(string)<br> kubernetes_taints = list(object({<br> key = string<br> value = string<br> effect = string<br> }))<br><br> }))</pre> | <pre>[<br> {<br> "ami_image_id": "ami-0bce9ab1f1be3282a",<br> "disk_size_gb": 20,<br> "instance_type": "t3a.large",<br> "kubernetes_labels": {},<br> "kubernetes_taints": [],<br> "max_pods": 110,<br> "name": "default-pool",<br> "node_count": 1,<br> "spot": false,<br> "ssh_key_pair_names": []<br> }<br>]</pre> | no |
174+
| <a name="input_node_pools"></a> [node\_pools](#input\_node\_pools) | node pool configurations:<br> - name (string): Name of the node pool. MUST BE UNIQUE! Recommended to use YYYYMMDD in the name<br> - node\_count (number): number of nodes to create in the node pool.<br> - instance\_type (string): Instance type to use for the nodes. ref: https://instances.vantage.sh/<br> - ami\_image\_id (string): AMI image ID to use for EKS worker nodes. This varies per region!! ref: https://github.com/awslabs/amazon-eks-ami/releases to find the AMI ID go to the console: https://us-west-2.console.aws.amazon.com/ec2/home?region=us-west-2#Images:visibility=public-images;search=amazon-eks-node-1.27-v20230703<br> - spot (bool): Enable spot instances for the nodes. DO NOT ENABLE IN PROD!<br> - disk\_size\_gb (number): Disk size in GB for the nodes.<br> - max\_pods (number): max pods that can be scheduled per node.<br> - ssh\_key\_pair\_names (list(string)): List of SSH key pair names to associate with the nodes. ref: https://us-west-2.console.aws.amazon.com/ec2/home?region=us-west-2#KeyPairs:<br> - kubernetes\_labels (map(string)): Map of labels to apply to the nodes. ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/<br> - kubernetes\_taints (list(object)): List of taints to apply to the nodes. ref: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/ | <pre>list(object({<br> name = string<br> node_count = number<br> instance_type = string<br> ami_image_id = string<br> spot = bool<br> disk_size_gb = number<br> max_pods = number<br> ssh_key_pair_names = list(string)<br> kubernetes_labels = map(string)<br> kubernetes_taints = list(object({<br> key = string<br> value = string<br> effect = string<br> }))<br><br> }))</pre> | <pre>[<br> {<br> "ami_image_id": "ami-0d62cf3c1488af0a3",<br> "disk_size_gb": 20,<br> "instance_type": "t3a.large",<br> "kubernetes_labels": {},<br> "kubernetes_taints": [],<br> "max_pods": 110,<br> "name": "default-pool",<br> "node_count": 1,<br> "spot": false,<br> "ssh_key_pair_names": []<br> }<br>]</pre> | no |
175175
| <a name="input_peering_configs"></a> [peering\_configs](#input\_peering\_configs) | A list of maps containing VPC peering configuration details | <pre>list(object({<br> vpc_peering_connection_id = string<br> destination_cidr_block = string<br> }))</pre> | `[]` | no |
176176
| <a name="input_region"></a> [region](#input\_region) | The AWS region to deploy into | `string` | n/a | yes |
177177
| <a name="input_vpc_cidr_block"></a> [vpc\_cidr\_block](#input\_vpc\_cidr\_block) | The CIDR block for the VPC | `string` | `"10.65.0.0/26"` | no |

docs/.header.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module "captain" {
2323
availability_zones = ["us-west-2a", "us-west-2b"]
2424
node_pools = [
2525
# {
26-
# "ami_image_id" : "ami-0bce9ab1f1be3282a",
26+
# "ami_image_id" : "ami-0d62cf3c1488af0a3",
2727
# "instance_type" : "t3a.large",
2828
# "name" : "glueops-platform-node-pool-1",
2929
# "node_count" : 4,
@@ -43,7 +43,7 @@ module "captain" {
4343
# ]
4444
# },
4545
# {
46-
# "ami_image_id" : "ami-0bce9ab1f1be3282a",
46+
# "ami_image_id" : "ami-0d62cf3c1488af0a3",
4747
# "instance_type" : "t3a.large",
4848
# "name" : "clusterwide-node-pool-1",
4949
# "node_count" : 4,

tests/main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ module "captain" {
22
iam_role_to_assume = "arn:aws:iam::761182885829:role/glueops-captain"
33
source = "../"
44
eks_version = "1.27"
5-
csi_driver_version = "v1.22.0-eksbuild.2"
5+
csi_driver_version = "v1.23.0-eksbuild.1"
66
vpc_cidr_block = "10.65.0.0/26"
77
region = "us-west-2"
88
availability_zones = ["us-west-2a", "us-west-2b"]
99
node_pools = [
1010
# {
11-
# "ami_image_id" : "ami-0bce9ab1f1be3282a",
11+
# "ami_image_id" : "ami-0d62cf3c1488af0a3",
1212
# "instance_type" : "t3a.small",
1313
# "name" : "glueops-platform-node-pool-1",
1414
# "node_count" : 2,
@@ -28,7 +28,7 @@ module "captain" {
2828
# ]
2929
# },
3030
# {
31-
# "ami_image_id" : "ami-0bce9ab1f1be3282a",
31+
# "ami_image_id" : "ami-0d62cf3c1488af0a3",
3232
# "instance_type" : "t3a.small",
3333
# "name" : "clusterwide-node-pool-1",
3434
# "node_count" : 2,

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ variable "node_pools" {
8484
name = "default-pool"
8585
node_count = 1
8686
instance_type = "t3a.large"
87-
ami_image_id = "ami-0bce9ab1f1be3282a"
87+
ami_image_id = "ami-0d62cf3c1488af0a3"
8888
spot = false
8989
disk_size_gb = 20
9090
max_pods = 110

0 commit comments

Comments
 (0)