From d0d8d09f67693a1093fb61938f699b29d0bf4ebe Mon Sep 17 00:00:00 2001 From: Bily Zhang Date: Tue, 6 Nov 2018 01:42:13 +0800 Subject: Remove duplication (#2898) * Remove depplication Signed-off-by: mooncake * Remove duplciate words Signed-off-by: mooncake * Fix issue Signed-off-by: mooncake --- keps/sig-cli/0024-kubectl-plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keps/sig-cli') diff --git a/keps/sig-cli/0024-kubectl-plugins.md b/keps/sig-cli/0024-kubectl-plugins.md index 10db78ca..2d863d7e 100644 --- a/keps/sig-cli/0024-kubectl-plugins.md +++ b/keps/sig-cli/0024-kubectl-plugins.md @@ -138,7 +138,7 @@ or case-handling in `kubectl`. In essence, a plugin binary must be able to run as a standalone process, completely independent of `kubectl`. -* When `kubectl` is executed with a subcommand _foo_ that does not exist exist in the command tree, it will attempt to look +* When `kubectl` is executed with a subcommand _foo_ that does not exist in the command tree, it will attempt to look for a filename `kubectl-foo` (`kubectl-foo.exe` on Windows) in the user's `PATH` and execute it, relaying all arguments given as well as all environment variables to the plugin child-process. -- cgit v1.2.3