Skip to content

Commit f94df3c

Browse files
authored
Fix formatting error in kubectl debug release note
A missing newline after the last list item caused an important note about plugins being hidden to be append to an unrelated note about debugging nodes.
1 parent 5e1e619 commit f94df3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ The `kubectl alpha debug` features graduates to beta in 1.20, becoming `kubectl
2828
* Troubleshoot workloads that crash on startup by creating a copy of the pod that uses a different container image or command.
2929
* Troubleshoot distroless containers by adding a new container with debugging tools, either in a new copy of the pod or using an ephemeral container. (Ephemeral containers are an alpha feature that are not enabled by default.)
3030
* Troubleshoot on a node by creating a container running in the host namespaces and with access to the host’s filesystem.
31+
3132
Note that as a new built-in command, `kubectl debug` takes priority over any kubectl plugin named “debug”. You must rename the affected plugin.
3233

3334
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/).

0 commit comments

Comments
 (0)