Skip to content

Commit 797ceee

Browse files
authored
Merge pull request #25995 from ansd/fix-debug-pod-name
Fix pod name
2 parents e1f4f07 + fc159da commit 797ceee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/en/docs/tasks/debug-application-cluster/debug-running-pod.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ this scenario using `kubectl run`:
192192
kubectl run myapp --image=busybox --restart=Never -- sleep 1d
193193
```
194194

195-
Run this command to create a copy of `myapp` named `myapp-copy` that adds a
195+
Run this command to create a copy of `myapp` named `myapp-debug` that adds a
196196
new Ubuntu container for debugging:
197197

198198
```shell

content/zh/docs/tasks/debug-application-cluster/debug-running-pod.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,10 +313,10 @@ this scenario using `kubectl run`:
313313
kubectl run myapp --image=busybox --restart=Never -- sleep 1d
314314
```
315315
<!--
316-
Run this command to create a copy of `myapp` named `myapp-copy` that adds a
316+
Run this command to create a copy of `myapp` named `myapp-debug` that adds a
317317
new Ubuntu container for debugging:
318318
-->
319-
通过运行以下命令,建立 `myapp` 的一个名为 `myapp-copy` 的副本,
319+
通过运行以下命令,建立 `myapp` 的一个名为 `myapp-debug` 的副本,
320320
新增了一个用于调试的 Ubuntu 容器,
321321

322322
```shell

0 commit comments

Comments
 (0)