-
Notifications
You must be signed in to change notification settings - Fork 258
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
FluxCD - resources with references are always configured #1880
Comments
linked to #1898 |
This could be very likely a bug with ACK references.. we'll have to investigate this further. Thank you for reporting this @gecube ! |
Issues go stale after 180d of inactivity. |
/remove-lifecycle stale |
…220) Issue [#1880](aws-controllers-k8s/community#1880) Description of changes: These tests ensure that after an update, the controller won't replace the resource reference with the ID itself. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Hello @gecube, I have made a fix to the EC2 controller. |
@michaelhtm Hi! Thanks! Sound great. When could we check it on production (we need new release of ACK)? |
@gecube We shipped a release for EC2, the EKS release will be coming soon |
Describe the bug
If we create a resource that utilises ref from another resource like
then the target resource looks like:
So we can clearly see that natGatewayID was substituted. So it means that on every reconciliation by flux resource is changed twice. Also it is curious that vpcRef is not substituted.
Steps to reproduce
Just apply the first manifest
Expected outcome
No idea. Needs to be discussed. Probably - make substitutions in status field. Or use admission controller. No idea. The only thing I can propose - ask not to change the original description, otherwise I will need to find a way to remove a fields from reconciliation.
The text was updated successfully, but these errors were encountered: