#!/usr/bin/env sh # Copyright (c) Tailscale Inc & AUTHORS # SPDX-License-Identifier: BSD-3-Clause set -eu # This script creates a kind cluster, sets up test dependencies and runs e2e # tests. It builds the latest operator and proxy image as well as manifests from # this repo. The operator and proxy images are uploaded to the local container # registry (i.e docker) and the kind cluster. # # Run it with: # OAUTH_CLIENT_ID= \ # OAUTH_CLIENT_SECRET= \ # [K8S_VERSION=] \ # [CLUSTER_NAME=