-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
14 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,11 @@ | ||
# WARNING: This is an example - please copy this file to vars.env and complete appropriately for your environment | ||
RESOURCE_NAME=<the name of the resources to be created for testing (used for VM, firewall rule, router, nats config)> | ||
TAG=<tag of the remote image> | ||
PREFIX=<prefix of the remote image> | ||
NGINX_PREFIX=<prefix of the remote nginx image> | ||
NGINX_PLUS_PREFIX=<prefix of the remote nginx plus image> | ||
GKE_CLUSTER_NAME=<name of deployed GKE cluster> | ||
GKE_CLUSTER_ZONE=<zone where GKE cluster is deployed> | ||
GKE_CLUSTER_REGION=<region where GKE cluster is deployed> | ||
GKE_PROJECT=<GCP project> | ||
GKE_SVC_ACCOUNT=<service account with k8s admin permissions> | ||
GKE_NODES_SERVICE_ACCOUNT=<service account for the GKE nodes to assume> | ||
NETWORK_TAGS=<network tags> | ||
NGF_REPO=<optional repo, by default nginxinc> | ||
NGF_BRANCH=main | ||
GINKGO_LABEL=<optional label to filter the tests, e.g. "performance"> | ||
GINKGO_FLAGS=<optional flags to pass to the go test command> | ||
SOURCE_IP_RANGE=<IPs that should be allowed SSH to the VM, e.g. 1.2.3.4/32 or $(curl -sS -4 icanhazip.com)/32> | ||
ADD_VM_IP_AUTH_NETWORKS=<if set to true, the script will add the VM IP to the list of the GKE cluster master authorized networks> | ||
PLUS_ENABLED=<enable nginx plus> | ||
NGF_VERSION=<version of NGF being tested. Defaults to value of TAG if not set> | ||
GKE_MACHINE_TYPE=<the node type for the gke cluster, defaults to e2-medium> | ||
GKE_NUM_NODES=<the number of nodes in the gke cluster, defaults to 3> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters