Merge pull request #25995 from ansd/fix-debug-pod-name

Fix pod name
This commit is contained in:
Kubernetes Prow Robot 2021-01-07 18:26:53 -08:00 committed by GitHub
commit 797ceee889
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -313,10 +313,10 @@ 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:
-->
通过运行以下命令,建立 `myapp` 的一个名为 `myapp-copy` 的副本,
通过运行以下命令,建立 `myapp` 的一个名为 `myapp-debug` 的副本,
新增了一个用于调试的 Ubuntu 容器,
```shell