traefik / mesh

Traefik Mesh - Simpler Service Mesh
https://traefik.io/traefik-mesh
Apache License 2.0
2.02k stars 141 forks source link

Shadow service owner references #752

Open jspdown opened 3 years ago

jspdown commented 3 years ago

Feature Request

Proposal

Instead of manually cleaning up shadow services in the cleanup command it would be more appropriate to create shadow services with the controller deployment as an OwnerReference. This will delegate shadow service deletion to kubernetes garbage collector and the cleanup command could be simplified.

Workarounds

Keep using the cleanup command for removing shadow services.

SantoDE commented 3 years ago

👍