From 3975ebc21a753e5079e423ca631a2b2d4ba4e4d5 Mon Sep 17 00:00:00 2001 From: Jingfang Liu Date: Wed, 15 Aug 2018 15:19:18 -0700 Subject: [PATCH] Add garbage collection KEP link --- examples/configGeneration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/configGeneration.md b/examples/configGeneration.md index 40efd0329..be61beb59 100644 --- a/examples/configGeneration.md +++ b/examples/configGeneration.md @@ -109,8 +109,8 @@ configuration is to This latter change initiates rolling update to the pods in the deployment. The older configMap, when no longer -referenced by any other resource, is eventually garbage -collected. +referenced by any other resource, is eventually [garbage +collected](https://github.com/kubernetes-sigs/kustomize/issues/242). ### How this works with kustomize