From 7f782da3b7a50d2197b7ff1df6557446bd732a5d Mon Sep 17 00:00:00 2001 From: "xin.li" Date: Wed, 30 Mar 2022 10:20:55 +0800 Subject: [PATCH] [zh] Update garbage-collection Signed-off-by: xin.li --- content/zh/docs/concepts/architecture/garbage-collection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/zh/docs/concepts/architecture/garbage-collection.md b/content/zh/docs/concepts/architecture/garbage-collection.md index a9b6942f52..7fb0eb0d3e 100644 --- a/content/zh/docs/concepts/architecture/garbage-collection.md +++ b/content/zh/docs/concepts/architecture/garbage-collection.md @@ -25,7 +25,7 @@ allows the clean up of resources like the following: * [Objects without owner references](#owners-dependents) * [Unused containers and container images](#containers-images) * [Dynamically provisioned PersistentVolumes with a StorageClass reclaim policy of Delete](/docs/concepts/storage/persistent-volumes/#delete) -* [Stale or expired CertificateSigningRequests (CSRs)](/reference/access-authn-authz/certificate-signing-requests/#request-signing-process) +* [Stale or expired CertificateSigningRequests (CSRs)](/docs/reference/access-authn-authz/certificate-signing-requests/#request-signing-process) * {{}} deleted in the following scenarios: * On a cloud when the cluster uses a [cloud controller manager](/docs/concepts/architecture/cloud-controller/) * On-premises when the cluster uses an addon similar to a cloud controller