-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(eks): document failure conditions for albController #28419
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@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
|
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