Skip to content

Commit

Permalink
Merge pull request #5883 from ministryofjustice/runbooks-update
Browse files Browse the repository at this point in the history
update review date
  • Loading branch information
FolarinOyenuga authored Jul 15, 2024
2 parents e8f487d + 125572d commit f7a9d54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runbooks/source/add-nodes-to-the-eks-cluster.html.md.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Add nodes to the AWS EKS cluster
weight: 65
last_reviewed_on: 2024-01-15
last_reviewed_on: 2024-07-15
review_in: 6 months
---

Expand Down Expand Up @@ -61,7 +61,7 @@ Set the desired number of nodes that the group should launch with initially.
nodes
```

Modifying the node_groups_count in terraform will not update the desired size of the EKS cluster nor increase the actual node count. Its a design decision the
Modifying the node_groups_count in terraform will neither update the desired size of the EKS cluster nor increase the actual node count. It is a design decision the
module has taken. Refer issue [#835](https://github.com/terraform-aws-modules/terraform-aws-eks/issues/835).

To increase/decrease the desired node group count, we need to use the AWS dashboard. Login to the AWS dashboard and navigate to EKS -> Select Cluster -> Select Compute tab
Expand Down

0 comments on commit f7a9d54

Please sign in to comment.