Merge pull request #1782 from lijianfeng1993/fix_duplication_problem_1

fix a duplication problem in troubleshoot-running-pods.md
This commit is contained in:
k8s-ci-robot 2018-02-10 09:04:51 -08:00 committed by GitHub
commit 6929bc7fb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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