We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If someone mistakenly provides dupe values, e.g.:
subnets: - subnet-0310e3af3100225b9 - subnet-0310e3af3100225b9 - subnet-05c09777fce590171
The call will fail with:
"error": "provisioner eks reconcile failed: failed to update scaling group: ValidationError: Duplicate subnets specified: [subnet-0310e3af3100225b9]
We should consider having the controller dedupe values to avoid the error in this case and only use the two subnets.
Downside is that maybe we would like to explicitly provide this error if the user made a mistake and provided wrong subnets.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
If someone mistakenly provides dupe values, e.g.:
The call will fail with:
We should consider having the controller dedupe values to avoid the error in this case and only use the two subnets.
Downside is that maybe we would like to explicitly provide this error if the user made a mistake and provided wrong subnets.
The text was updated successfully, but these errors were encountered: