chore(eks): document failure conditions for albController#28419
chore(eks): document failure conditions for albController#28419mergify[bot] merged 4 commits intoaws:mainfrom
Conversation
kaizencc
left a comment
There was a problem hiding this comment.
-
Does AWS have any documentation of this requirement that we can link to? It seems quite weird.
-
Can we account for this in code and throw a synth-time error?
We checked the doc, unfortunately it doesn't mention any about that and according to our test, the node availability is required for a node-based cluster.
Yes we probably can do that but this might take a while for further investigation and experiment. Before that, it would be helpful to add a quick note in the README like this to avoid potential errors. |
kaizencc
left a comment
There was a problem hiding this comment.
@pahud ok, I've approved this as it moves us along. But I am stopping it from closing the linked issue as I think the synth-time error is really what we need. If you think the issue can be closed by this doc update, then go ahead and override my thoughts here, I'm not too integrated into this issue.
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
|
Agree. But there is a case if the cluster and nodegroup are in different stacks, the cluster construct would not be able to check the nodegroup availability in another stack. Another solution off the top of my head is to expose the |
albControllerwould 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