envoyproxy / envoyproxy/gateway
EG does not cleanup Envoy proxy deployments if a gateway delete notification is missed
未關閉
help wanted
- 主要語言
- Go
- 星號
- 3k
- 分支
- 864
- 平均合併
- 2 天 2 小時
- 30 天內合併 PR
- 140
描述
*Description*:
The issue observed is that orphaned Envoy proxy deployments are not removed when a gateway delete notification is missed.
It is expected that during a full reconcile, EG can identify and clean up these orphaned proxies to maintain consistency and prevent resource leakage. finalizers are missing.
*Repro steps*:
1. Create a gateway and observe that the Envoy proxy deployment is created successfully.
2. Scale EG to 0 and delete the gateway resource
3. Scale EG back to 1 to force a full reconcile
4. Observe that the orphaned Envoy proxy deployment is not removed.
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。