File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
en/docs/tasks/debug-application-cluster
zh/docs/tasks/debug-application-cluster Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ this scenario using `kubectl run`:
192
192
kubectl run myapp --image=busybox --restart=Never -- sleep 1d
193
193
```
194
194
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
196
196
new Ubuntu container for debugging:
197
197
198
198
``` shell
Original file line number Diff line number Diff line change @@ -313,10 +313,10 @@ this scenario using `kubectl run`:
313
313
kubectl run myapp --image=busybox --restart=Never -- sleep 1d
314
314
```
315
315
<!--
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
317
317
new Ubuntu container for debugging:
318
318
-->
319
- 通过运行以下命令,建立 ` myapp ` 的一个名为 ` myapp-copy ` 的副本,
319
+ 通过运行以下命令,建立 ` myapp ` 的一个名为 ` myapp-debug ` 的副本,
320
320
新增了一个用于调试的 Ubuntu 容器,
321
321
322
322
``` shell
You can’t perform that action at this time.
0 commit comments