From c86ca1a5702f06a24ddf6d91a7411cbf5a63da26 Mon Sep 17 00:00:00 2001 From: Rey Lejano Date: Tue, 8 Dec 2020 15:49:18 -0800 Subject: [PATCH] add note shortcode to 'Debugging Kubernetes nodes with crictl' --- content/en/docs/tasks/debug-application-cluster/crictl.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/en/docs/tasks/debug-application-cluster/crictl.md b/content/en/docs/tasks/debug-application-cluster/crictl.md index 5f8214b610fb2..92c397987db46 100644 --- a/content/en/docs/tasks/debug-application-cluster/crictl.md +++ b/content/en/docs/tasks/debug-application-cluster/crictl.md @@ -360,7 +360,9 @@ for more information. The exact versions for below mapping table are for docker cli v1.40 and crictl v1.19.0. Please note that the list is not exhaustive. For example, it doesn't include experimental commands of docker cli. +{{< note >}} Warn: the output format of CRICTL is similar to Docker CLI, despite some missing columns for some CLI. Make sure to check output for the specific command if your script output parsing. +{{< /note >}} ### Retrieve Debugging Information