From fc159daa17af792813b2ba1541ee2e689d8a9615 Mon Sep 17 00:00:00 2001 From: David Ansari Date: Thu, 7 Jan 2021 10:18:20 +0100 Subject: [PATCH] Fix pod name --- .../docs/tasks/debug-application-cluster/debug-running-pod.md | 2 +- .../docs/tasks/debug-application-cluster/debug-running-pod.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/docs/tasks/debug-application-cluster/debug-running-pod.md b/content/en/docs/tasks/debug-application-cluster/debug-running-pod.md index c0dc2ebf69..54e474429c 100644 --- a/content/en/docs/tasks/debug-application-cluster/debug-running-pod.md +++ b/content/en/docs/tasks/debug-application-cluster/debug-running-pod.md @@ -192,7 +192,7 @@ this scenario using `kubectl run`: kubectl run myapp --image=busybox --restart=Never -- sleep 1d ``` -Run this command to create a copy of `myapp` named `myapp-copy` that adds a +Run this command to create a copy of `myapp` named `myapp-debug` that adds a new Ubuntu container for debugging: ```shell diff --git a/content/zh/docs/tasks/debug-application-cluster/debug-running-pod.md b/content/zh/docs/tasks/debug-application-cluster/debug-running-pod.md index 26af9a3c35..8029504a80 100644 --- a/content/zh/docs/tasks/debug-application-cluster/debug-running-pod.md +++ b/content/zh/docs/tasks/debug-application-cluster/debug-running-pod.md @@ -313,10 +313,10 @@ this scenario using `kubectl run`: kubectl run myapp --image=busybox --restart=Never -- sleep 1d ``` -通过运行以下命令,建立 `myapp` 的一个名为 `myapp-copy` 的副本, +通过运行以下命令,建立 `myapp` 的一个名为 `myapp-debug` 的副本, 新增了一个用于调试的 Ubuntu 容器, ```shell