-
Notifications
You must be signed in to change notification settings - Fork 376
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
crossplane.io/paused on composite doesn't seem to work #1848
Comments
you need to set this annotation in the individual managed resources - when setting on composition level only the reconcile/update for the managed resource is stopped but not the reconcile to the Cloud Provider API |
@haarchri I tried that, but it doesn't work. |
@mjnovice can you provide the YAML of the managed resource to reproduce this bug? |
|
what version of provider-aws are you using? |
@bobh66 |
support for the |
@bobh66 thanks for the confirmation. This helps. Closing it now |
What happened?
How can we reproduce it?
What environment did it happen in?
Crossplane version: crossplane:v1.13.2-up.1
I tried creating a composition of S3 buckets and then annotate it with
crossplane.io/paused: "true"
and deleted the managed resource on the AWS portal (S3 bucket), and it seemed to get re-created again.The text was updated successfully, but these errors were encountered: