-
Notifications
You must be signed in to change notification settings - Fork 267
EC2 Controller: API errors with VPC
when not including optional fields enableDNSHostnames
and enableDNSSupport
#1826
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
Labels
kind/bug
Categorizes issue or PR as related to a bug.
lifecycle/frozen
Indicates that an issue or PR should not be auto-closed due to staleness.
priority/important-longterm
Important over the long term, but may not be staffed and/or may need multiple releases to complete.
service/ec2
Indicates issues or PRs that are related to ec2-controller.
Comments
Do you see this error echoed in the status of the |
yes
|
Hello, considering only the existing functionality and how it works, both the optional fields |
ack-prow bot
pushed a commit
to aws-controllers-k8s/ec2-controller
that referenced
this issue
Sep 30, 2024
Issue #: aws-controllers-k8s/community#1826 Description of changes: Only sync optional fields, if actually configured. More details are in the [commit message](3ebf6f9). By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
gfrey
pushed a commit
to gfrey/ack-ec2-controller
that referenced
this issue
Oct 1, 2024
This improves aws-controllers-k8s#225. Using a custom pre-compare function the defaults can be set accordingly. This is now added with the defaults set to what the VPC defaults are. The `disallowSecurityGroupDefaultRules` option is also handled here, as it also has the issue describe in aws-controllers-k8s/community#1826.
ack-prow bot
pushed a commit
to aws-controllers-k8s/ec2-controller
that referenced
this issue
Oct 3, 2024
This improves #225. Using a custom pre-compare function the defaults can be set accordingly. This is now added with the defaults set to what the VPC defaults are. The `disallowSecurityGroupDefaultRules` option is also handled here, as it also has the issue describe in aws-controllers-k8s/community#1826. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
kind/bug
Categorizes issue or PR as related to a bug.
lifecycle/frozen
Indicates that an issue or PR should not be auto-closed due to staleness.
priority/important-longterm
Important over the long term, but may not be staffed and/or may need multiple releases to complete.
service/ec2
Indicates issues or PRs that are related to ec2-controller.
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
When creating a
VPC
and not including optional fieldsenableDNSHostnames
andenableDNSSupport
, the controller creates the VPC but then outputs API errors in the logs.Steps to reproduce
Create a VPC custom resource
Logs show:
Expected outcome
No errors in logs.
Environment
The text was updated successfully, but these errors were encountered: