operator-framework / operator-framework/java-operator-sdk
Support Recreate for External Dependent Resources
Abierto
@csviri ya está trabajando en esto.
Desde el 27/2/2023.
api-changes-epic
dependent-resources-epic
feature
- Lenguaje dominante
- Java
- Estrellas
- 944
- Forks
- 242
- Merge medio
- 1 d 4 h
- PR fusionados (30 d)
- 43
Descripción
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.
Guía de contribución
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Evaluación
Este issue todavía no se ha evaluado.