summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlijianfeng1993 <jianfeng.li@daocloud.io>2018-02-10 18:52:40 +0800
committerlijianfeng1993 <jianfeng.li@daocloud.io>2018-02-10 18:52:40 +0800
commite4dac147ae5c7936728407e1b214b5a26b413c22 (patch)
treee8bead5beabba8593ccc20d467c4c4a4af6daebf
parent36602d727348149e5cc3873f2bef0d582ad80ce4 (diff)
fix a duplication problem in troubleshoot-running-pods.md
-rw-r--r--contributors/design-proposals/node/troubleshoot-running-pods.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/design-proposals/node/troubleshoot-running-pods.md b/contributors/design-proposals/node/troubleshoot-running-pods.md
index 8eb8ee08..72c1cb77 100644
--- a/contributors/design-proposals/node/troubleshoot-running-pods.md
+++ b/contributors/design-proposals/node/troubleshoot-running-pods.md
@@ -410,7 +410,7 @@ to distinguish Debug Containers from regular containers.
`startContainer()` will be updated to write a new label
`io.kubernetes.container.type` to the runtime. Existing containers will be
started with a type of `REGULAR` or `INIT`. When added in a subsequent step,
-Debug Containers will start with with the type `EPHEMERAL`.
+Debug Containers will start with the type `EPHEMERAL`.
##### Step 2: Creation and Handling of Debug Containers