From 243b0327edec682b418bb653b559def21bfd1c2c Mon Sep 17 00:00:00 2001 From: James Strong Date: Mon, 8 Apr 2024 14:08:44 -0400 Subject: [PATCH] Update bug out tar file Signed-off-by: James Strong --- docs/content/en/docs/troubleshooting/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/en/docs/troubleshooting/_index.md b/docs/content/en/docs/troubleshooting/_index.md index 21d14e4eb52..8a735e0c98a 100644 --- a/docs/content/en/docs/troubleshooting/_index.md +++ b/docs/content/en/docs/troubleshooting/_index.md @@ -58,7 +58,7 @@ single node using `tetra bugtool`. 3. Retrieve the created archive from the Pod's filesystem: ```bash - kubectl cp -c tetragon /:tetragon-bugtool.tar.gz tetragon-bugtool-tar.gz + kubectl cp -c tetragon /:tetragon-bugtool.tar.gz tetragon-bugtool.tar.gz ``` #### Container installation