From e4dac147ae5c7936728407e1b214b5a26b413c22 Mon Sep 17 00:00:00 2001 From: lijianfeng1993 Date: Sat, 10 Feb 2018 18:52:40 +0800 Subject: [PATCH] fix a duplication problem in troubleshoot-running-pods.md --- contributors/design-proposals/node/troubleshoot-running-pods.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributors/design-proposals/node/troubleshoot-running-pods.md b/contributors/design-proposals/node/troubleshoot-running-pods.md index 8eb8ee087..72c1cb773 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