Skip to content

Commit

Permalink
Merge branch 'main' into 27418-scailingMode
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Dec 19, 2023
2 parents 6a6464f + 7c2b110 commit d1e1606
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/aws-cdk-lib/aws-eks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,9 @@ new eks.Cluster(this, 'HelloEKS', {
});
```

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:

```console
Expand Down

0 comments on commit d1e1606

Please sign in to comment.