Skip to content

Cascading Deployment Removal #162

Closed
Closed
@InAnimaTe

Description

@InAnimaTe

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions