From 854bda0353b2989ae54139e94fb52436b6da4cee Mon Sep 17 00:00:00 2001 From: makocchi Date: Thu, 12 Jul 2018 02:16:25 +0900 Subject: [PATCH] remove too old note from "Garbage Collection" (#9444) * wrap by shortcodes * remove too old note --- .../docs/concepts/workloads/controllers/garbage-collection.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/content/en/docs/concepts/workloads/controllers/garbage-collection.md b/content/en/docs/concepts/workloads/controllers/garbage-collection.md index ed4aa90cfe..03e5817629 100644 --- a/content/en/docs/concepts/workloads/controllers/garbage-collection.md +++ b/content/en/docs/concepts/workloads/controllers/garbage-collection.md @@ -9,9 +9,6 @@ weight: 60 The role of the Kubernetes garbage collector is to delete certain objects that once had an owner, but no longer have an owner. -**Note**: Garbage collection is a beta feature and is enabled by default in -Kubernetes version 1.4 and later. - {{% /capture %}}