anthos-service-mesh-packages icon indicating copy to clipboard operation
anthos-service-mesh-packages copied to clipboard

Installation script attempts to use jq before validating CLI dependencies

Open alexbrand opened this issue 3 years ago • 0 comments

The installation script has a method that validates all CLI dependencies are installed. One of these dependencies is jq.

Currently, the installation script attempts to use jq in configure_kubectl before calling validate_cli_dependencies to ensure jq is installed.

alexbrand avatar May 10 '21 15:05 alexbrand