This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 216da3ee12546ecbc9d7b13522a9920f32142598 Author: Antonin Stefanutti <[email protected]> AuthorDate: Wed Dec 2 16:32:54 2020 +0100 chore(doc): Add a note about jq installation in operating guide --- docs/modules/ROOT/pages/troubleshooting/operating.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/modules/ROOT/pages/troubleshooting/operating.adoc b/docs/modules/ROOT/pages/troubleshooting/operating.adoc index 57956c6..80cd352 100644 --- a/docs/modules/ROOT/pages/troubleshooting/operating.adoc +++ b/docs/modules/ROOT/pages/troubleshooting/operating.adoc @@ -18,6 +18,8 @@ It assumes the operator has been installed according to the xref:observability/o It documents the recommended troubleshooting actions to be performed when a particular alert fires. It is meant to be a living document, to be improved iteratively over time, as users face problematic situations, and actions to troubleshoot and solve them are perfected. +NOTE: The commands in the following section rely on the `jq` tool, to process the output of the `kubectl` commands. You can refer to the https://stedolan.github.io/jq/download/[download] instructions from the tool Website. + === CamelKReconciliationDuration ==== Description
