operator-framework / operator-framework/java-operator-sdk
Support Recreate for External Dependent Resources
Open
@csviri is already working on this.
Since Feb 27, 2023.
api-changes-epic
dependent-resources-epic
feature
- Dominant language
- Java
- Stars
- 944
- Forks
- 242
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 43
Description
Some resource cannot be update in place, so it's not enough to make an update rest api call, that would fails. A typical case is that an the AMI of EC2 Intance in AWS cannot be updated, the ec2 instance needs to be destroyed and recreated in this case. Would be nice to support.
Hint: maybe the matcher could be extended, so it can tell if it matches, needs to be updated, or recreated.
Also would be nice to support something like prevent_destroy but also create_before_destroy flag in Terraform.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.