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

Support Recreate for External Dependent Resources

オープン
#1,717 コメント 0 件 リアクション 1 件 担当者 1 名 GitHub で見る

@csviri がすでに取り組んでいます。

2023年2月27日 から。

api-changes-epic dependent-resources-epic feature
主要言語
Java
スター
944
フォーク
242
平均マージ
1日 4時間
マージ済み PR(30日)
43

説明

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.

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。