From c7c80e50cb26f594678c0e35ffb64eb482413422 Mon Sep 17 00:00:00 2001 From: CaoShuFeng Date: Fri, 13 Apr 2018 06:13:59 +0800 Subject: [PATCH] fix description about kubectl apply (#7747) --- .../overview/object-management-kubectl/declarative-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/overview/object-management-kubectl/declarative-config.md b/docs/concepts/overview/object-management-kubectl/declarative-config.md index 96ffde8fba..0a7628487a 100644 --- a/docs/concepts/overview/object-management-kubectl/declarative-config.md +++ b/docs/concepts/overview/object-management-kubectl/declarative-config.md @@ -347,7 +347,7 @@ configuration files have been removed from the directory. Apply with `--prune` queries the API server for all objects matching a set of labels, and attempts to match the returned live object configurations against the object configuration files. If an object matches the query, and it does not have a -configuration file in the directory, and it does not have a `last-applied-configuration` annotation, +configuration file in the directory, and it has a `last-applied-configuration` annotation, it is deleted. {% comment %}