printf "Unable to get latest Istio version. Set ISTIO_VERSION env var and re-run. For example: export ISTIO_VERSION=1.0.4" exit 1; fi NAME="istio-$ISTIO_VERSION" URL="https:///istio/istio/releases/download/${ISTIO_VERSION}/istio-${ISTIO_VERSION}-${OSEXT}.tar.gz" ARCH_URL="https:...
if [ "x${ISTIO_VERSION}" = "x" ] ; then printf "Unable to get latest Istio version. Set ISTIO_VERSION env var and re-run. For example: export ISTIO_VERSION=1.0.4" exit 1; fi NAME="istio-$ISTIO_VERSION" URL="https://github.com/istio/istio/releases/download/${ISTIO_VERSION}/ist...
ISTIO_VERSION=1.6.8 TARGET_ARCH=x86_64 sh -.set-e# Determines the operating system.OS="$(uname)"if["x${OS}"="xDarwin"];thenOSEXT="osx"elseOSEXT="linux"fi# Determine the latest Istio version by version number ignoring alpha, beta, and rc versions.if["x${ISTIO_VERSION}"="x"];...
;;esacif["x${ISTIO_VERSION}"="x"] ;thenprintf"Unable to get latest Istio version. Set ISTIO_VERSION env var and re-run. For example: export ISTIO_VERSION=1.0.4"exit1;fiNAME="istio-$ISTIO_VERSION"URL="https://github.com/istio/istio/releases/download/${ISTIO_VERSION}/istio-${ISTIO_...
If I apply a rev specific config, I only care that it works for that revision (and should NOT validate it against other revisions). This is a bit tricky because prior to 1.5 istio.io/rev label is not respected Reusing the config names, breaking helm install A bit hard to handle ...
#See the License for the specific language governing permissions and #limitations under the License. #Exit immediately for non zero status set-e #Check unset variables set-u #Print commands set-x WD=$(dirname"$0") WD=$(cd"$WD";pwd) ...
--resource-version <string> wait for a specific version of config to become current, rather than using whatever is latest in kubernetes (default ``) --threshold <float32> the ratio of distribution required for success (default `1`) --timeout <duration> the duration to wait before failing ...
# You can pass variables on the command line to download a specific version # or to override the processor architecture. For example, to download # Istio 1.6.8 for the x86_64 architecture, # run curl -L https://istio.io/downloadIstio | ISTIO_VERSION=1.6.8 TARGET_ARCH=x86_64 sh -. ...
# Run all integration tests (KWOK cluster will be created automatically) pytest tests/integration -v # Run specific test pytest tests/integration/test_k8s_tools.py::test_kubectl_version -v # Skip cleanup of KWOK cluster for debugging K8S_SKIP_CLEANUP=true pytest tests/integration -v The test ...