mirror of https://github.com/k3s-io/k3s
20 lines
790 B
Properties
20 lines
790 B
Properties
# Copy this file to your home directory and modify
|
|
# Names of gce hosts to test against (must be resolvable) or empty (one or more of GCE_IMAGES, GCE_HOSTS is required)
|
|
GCE_HOSTS=
|
|
# Names of gce images to test or empty (one or more of GCE_IMAGES, GCE_HOSTS is required)
|
|
GCE_IMAGES=
|
|
# Gce zone to use - required when using GCE_IMAGES
|
|
GCE_ZONE=
|
|
# Gce project to use for creating instances
|
|
# required when using GCE_IMAGES
|
|
GCE_PROJECT=
|
|
# Gce project to use for GCE_IMAGES
|
|
# required when using GCE_IMAGES
|
|
GCE_IMAGE_PROJECT=
|
|
# If true, assume a pristine GOPATH and install necessary godeps
|
|
INSTALL_GODEP=false
|
|
# If true, delete instances created from GCE_IMAGES and files copied to GCE_HOSTS
|
|
CLEANUP=true
|
|
# If true, current user will be added to the docker group on test node
|
|
SETUP_NODE=false
|