Following your instructions works up to a certain point. On Step 2, sub-step 5, there is a long command that a user is expected to enter. The command executes to a certain point, it fails if you do not have the jg package installed on your machine.
Enabling Prometheus
Slim agent selected
Processing all-icr-io as all-icr-io
bash: line 354: jq: command not found
error: no objects passed to apply
Notice on the second to the last line, there is a command not found failure. After installing the jg package using the brew package manager, executing the same command completes and works as intended.
Hi,
Following your instructions works up to a certain point. On Step 2, sub-step 5, there is a long command that a user is expected to enter. The command executes to a certain point, it fails if you do not have the jg package installed on your machine.
The command causing the problem
A snippet of error after running the command
Notice on the second to the last line, there is a command not found failure. After installing the jg package using the brew package manager, executing the same command completes and works as intended.
Link to Step 2 : https://cloud.ibm.com/docs/monitoring?topic=monitoring-kubernetes_cluster#kubernetes_cluster_step2