Skip to content

Commit

Permalink
Merge pull request #707 from yash555kumar/main
Browse files Browse the repository at this point in the history
fix command used to scale the nodegroup
  • Loading branch information
niallthomson authored Oct 26, 2023
2 parents 5e395f4 + 848ec7d commit c3292a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ First let's retrieve the current nodegroup scaling configuration and look at **m
$ eksctl get nodegroup --name $EKS_DEFAULT_MNG_NAME --cluster $EKS_CLUSTER_NAME
```

We'll scale the nodegroup in `eks-workshop` by changing the node count from `3` to `4` for **minimum size** and **desired capacity** using below command:
We'll scale the nodegroup in `eks-workshop` by changing the node count from `3` to `4` for **desired capacity** using below command:

```bash
$ eksctl scale nodegroup --name $EKS_DEFAULT_MNG_NAME --cluster $EKS_CLUSTER_NAME \
Expand Down

0 comments on commit c3292a0

Please sign in to comment.