Skip to content

Commit

Permalink
chore(eks): document failure conditions for albController (#28419)
Browse files Browse the repository at this point in the history
`albController` would fail the deployment if there's no defaultCapacity or nodegroup. This PR improves the doc about it.

Documents issue from #22005 but further effort is needed to create a synth-time error.

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
pahud authored Dec 19, 2023
1 parent a175da8 commit 7c2b110
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 7c2b110

Please sign in to comment.