Is your feature request related to a problem?
When registering a new Cluster, Fleet creates a Bundle named fleet-agent-* to install the agent downstream.
However, when the Cluster is deleted, this Bundle is not deleted by anything and will persist on your management cluster forever.
The Bundle is also owned by the Namespace (where the Cluster is created). This is incorrect, as it prevents logically from deploying multiple Clusters in the same Namespace.
Solution you'd like
The auto-generated fleet-agent Bundle should be owned by the Cluster and deleted automatically when the Cluster is deleted.
Alternatives you've considered
No response
Anything else?
No response
Is your feature request related to a problem?
When registering a new Cluster, Fleet creates a Bundle named
fleet-agent-*to install the agent downstream.However, when the Cluster is deleted, this Bundle is not deleted by anything and will persist on your management cluster forever.
The Bundle is also owned by the Namespace (where the Cluster is created). This is incorrect, as it prevents logically from deploying multiple Clusters in the same Namespace.
Solution you'd like
The auto-generated fleet-agent Bundle should be owned by the Cluster and deleted automatically when the Cluster is deleted.
Alternatives you've considered
No response
Anything else?
No response