Skip to content

Commit 708924d

Browse files
committed
[en]Modify /docs/tasks/debug/debug-application/debug-running-pod/
1 parent 22dbbe1 commit 708924d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/en/blog/_posts/2020-12-08-kubernetes-release-1.20.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The `kubectl alpha debug` features graduates to beta in 1.20, becoming `kubectl
3232

3333
Note that as a new built-in command, `kubectl debug` takes priority over any kubectl plugin named “debug”. You must rename the affected plugin.
3434

35-
Invocations using `kubectl alpha debug` are now deprecated and will be removed in a subsequent release. Update your scripts to use `kubectl debug`. For more information about `kubectl debug`, see [Debugging Running Pods](https://kubernetes.io/docs/tasks/debug-application-cluster/debug-running-pod/).
35+
Invocations using `kubectl alpha debug` are now deprecated and will be removed in a subsequent release. Update your scripts to use `kubectl debug`. For more information about `kubectl debug`, see [Debugging Running Pods](https://kubernetes.io/docs/tasks/debug/debug-application/debug-running-pod/).
3636

3737
### Beta: API Priority and Fairness
3838

content/en/docs/concepts/workloads/pods/ephemeral-containers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,5 @@ you can view processes in other containers.
7070

7171
## {{% heading "whatsnext" %}}
7272

73-
* Learn how to [debug pods using ephemeral containers](/docs/tasks/debug-application-cluster/debug-running-pod/#ephemeral-container).
73+
* Learn how to [debug pods using ephemeral containers](/docs/tasks/debug/debug-application/debug-running-pod/#ephemeral-container).
7474

0 commit comments

Comments
 (0)