Skip to content

Commit

Permalink
Merge pull request #51469 from ironcladlou/gc-finalizer-decoupling-1.7
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue

Enable finalizers independent of GC enablement

Decouple finalizer processing from garbage collection configuration.
Finalizers should be effective even when garbage collection is disabled
for a given store.

Fixes #50528.

Backport of kubernetes/kubernetes#51148.

```release-note
Finalizers are now honored on custom resources, and on other resources even when garbage collection is disabled via the apiserver flag `--enable-garbage-collector=false`
```

/cc @kubernetes/sig-api-machinery-bugs
/cc @caesarxuchao @liggitt @sttts @pmorie

Kubernetes-commit: 209ba5d0dccb1cfe087615964f28f497f05e52b0
  • Loading branch information
k8s-publish-robot committed Oct 16, 2017
2 parents 00f4e09 + 2999e0c commit 3ecdc6a
Show file tree
Hide file tree
Showing 3 changed files with 334 additions and 389 deletions.
Loading

0 comments on commit 3ecdc6a

Please sign in to comment.