From 0a8a85feb1ec5dad24b64bc659fdbefd8298a078 Mon Sep 17 00:00:00 2001 From: Ashutosh Gangwar Date: Fri, 26 Jul 2019 14:21:59 +0530 Subject: [PATCH] custom-resource-definitions.md: fix typo (#15527) --- .../custom-resources/custom-resource-definitions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions.md b/content/en/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions.md index feeb5808a6..7110187610 100644 --- a/content/en/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions.md +++ b/content/en/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions.md @@ -541,7 +541,7 @@ object. When all finalizers have been executed, the resource is deleted. The value of `metadata.deletionGracePeriodSeconds` controls the interval between polling updates. -It is the responsibility of each controller to removes its finalizer from the list. +It is the responsibility of each controller to remove its finalizer from the list. Kubernetes only finally deletes the object if the list of finalizers is empty, meaning all finalizers have been executed.