anthos-service-mesh-packages
anthos-service-mesh-packages copied to clipboard
Installation script attempts to use jq before validating CLI dependencies
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.