Closed
Description
When calling delete_namespaced_deployment
, even with orphaned_dependents
(which doesn't mean I think it means), only the deployment object itself gets removed. This means you've got the ReplicaSet and 1 or more Pods still running.
Between garbage collection and ReplicaSet references to the Deployment that created it, there still doesn't seem to be a way to have a delete
cascade properly.
Kinda wondering how others are solving the problem and if maybe there needs to be more development in this area either here or upstream. Merely trying to provide a reliable removal function in my application...
Metadata
Metadata
Assignees
Labels
No labels