Skip to content

Commit 7c2b110

Browse files
authored
chore(eks): document failure conditions for albController (#28419)
`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*
1 parent a175da8 commit 7c2b110

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/aws-cdk-lib/aws-eks/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -615,6 +615,9 @@ new eks.Cluster(this, 'HelloEKS', {
615615
});
616616
```
617617

618+
The `albController` requires `defaultCapacity` or at least one nodegroup. If there's no `defaultCapacity` or available
619+
nodegroup for the cluster, the `albController` deployment would fail.
620+
618621
Querying the controller pods should look something like this:
619622

620623
```console

0 commit comments

Comments
 (0)