envoyproxy/gateway

EG does not cleanup Envoy proxy deployments if a gateway delete notification is missed

Open

#4792 aperta il 27 nov 2024

Vedi su GitHub
 (11 commenti) (1 reazione) (1 assegnatario)Go (802 fork)auto 404
help wanted

Metriche repository

Star
 (2871 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor