operator-framework / operator-framework/java-operator-sdk

Support Recreate for External Dependent Resources

Open
#1,717 0 comments 1 reaction 1 assignee View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.