Skip to content

Commit

Permalink
carify deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Owens committed Dec 11, 2017
1 parent b67b1fc commit af98676
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/concepts/workloads/controllers/garbage-collection.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ field on your owner object. Possible values include "Orphan",
Prior to Kubernetes 1.9, the default garbage collection policy for many controller resources was `orphan`.
This included ReplicationController, ReplicaSet, StatefulSet, DaemonSet, and
Deployment. For kinds in the extensions/v1beta1, apps/v1beta1, and apps/v1beta2 group versions, unless you
specify otherwise, dependent objects are orphaned by default. In Kubernetes 1.9, all kinds in the apps/v1
group version use a default garbage collection policy of `delete`.
specify otherwise, dependent objects are orphaned by default. In Kubernetes 1.9, for all kinds in the apps/v1
group version, dependent objects are deleted by default.

Here's an example that deletes dependents in background:

Expand Down

0 comments on commit af98676

Please sign in to comment.