Skip to content
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

Disable Resyncing the desired state #2107

Open
Dylan-KW opened this issue Jul 11, 2024 · 3 comments
Open

Disable Resyncing the desired state #2107

Dylan-KW opened this issue Jul 11, 2024 · 3 comments
Labels
kind/support Categorizes issue or PR as a support question. lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale.

Comments

@Dylan-KW
Copy link

Dylan-KW commented Jul 11, 2024

Is your feature request related to a problem?
In some cases, i need not to resync resources state with the actual resource. i only need to create or destroy the aws resource with my custom resources.
i mean blocking resync, not only when after resync period but also restarting the controller

Describe the solution you'd like
with a controller option, --disable-block-resync(?), and corresponding annotation could be easily make this works.

Describe alternatives you've considered

@a-hilaly
Copy link
Member

@Dylan-KW would a read-only mode help achieve what you're trying to do? checkout #2008

@a-hilaly a-hilaly added the kind/support Categorizes issue or PR as a support question. label Jul 12, 2024
@Dylan-KW
Copy link
Author

@Dylan-KW would a read-only mode help achieve what you're trying to do? checkout #2008

What I’m trying to do is like below

  • Create the backing resource on aws resource when I create a ACK custom resource.
  • Delete the backing resource on aws resource when I delete a ACK custom resource.
  • Modification on ack custom resource are not pushed to the backing aws resource.
  • Modification on backing resource are not re-synced with ack custom resource.

@ack-bot
Copy link
Collaborator

ack-bot commented Jan 9, 2025

Issues go stale after 180d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 60d of inactivity and eventually close.
If this issue is safe to close now please do so with /close.
Provide feedback via https://github.com/aws-controllers-k8s/community.
/lifecycle stale

@ack-prow ack-prow bot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/support Categorizes issue or PR as a support question. lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale.
Projects
None yet
Development

No branches or pull requests

3 participants