Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
pahud committed Dec 19, 2023
1 parent 1b23f24 commit e68b1aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/aws-cdk-lib/aws-eks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -611,8 +611,8 @@ new eks.Cluster(this, 'HelloEKS', {
});
```

The `albController` requires at least one nodegroup. If there's no `defaultCapacity` or available nodegroup for the cluster,
the `albController` deployment would fail.
The `albController` requires `defaultCapacity` or at least one nodegroup. If there's no `defaultCapacity` or available
nodegroup for the cluster, the `albController` deployment would fail.

Querying the controller pods should look something like this:

Expand Down

0 comments on commit e68b1aa

Please sign in to comment.