summaryrefslogtreecommitdiff
path: root/keps/sig-cli
diff options
context:
space:
mode:
authorBily Zhang <xcoder@tenxcloud.com>2018-11-06 01:42:13 +0800
committerk8s-ci-robot <k8s-ci-robot@users.noreply.github.com>2018-11-05 09:42:13 -0800
commitd0d8d09f67693a1093fb61938f699b29d0bf4ebe (patch)
tree022852f012657535f2e91aadaeee476f7f417a9c /keps/sig-cli
parent79748734e6225769eb5186d0496adeb9f64789cf (diff)
Remove duplication (#2898)
* Remove depplication Signed-off-by: mooncake <xcoder@tenxcloud.com> * Remove duplciate words Signed-off-by: mooncake <xcoder@tenxcloud.com> * Fix issue Signed-off-by: mooncake <xcoder@tenxcloud.com>
Diffstat (limited to 'keps/sig-cli')
-rw-r--r--keps/sig-cli/0024-kubectl-plugins.md2
1 files changed, 1 insertions, 1 deletions
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.