-
Hi, Is jq required? I have manually installed yq, by downloading and copying the binary, but when I run your "make install" I get a "/bin/sh: jq: not found" and then later on make fails with "fail "Please provide a name for your cluster", even though it claims that "Using 'make' sets the cluster name automatically". Does it fail to set the cluster name because it is missing jq? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Yes, your connaisseur requires jq, in addition to yq. |
Beta Was this translation helpful? Give feedback.
Yes, your connaisseur requires jq, in addition to yq.
Once I installed it with:
curl -fsSL -o /usr/bin/jq https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64 && chmod +x /usr/bin/jq
the install went smoothly.