# Copy this file to your home directory and modify # User used on the gce instances to run the test. GCE_USER= # Path to a yaml or json file describing images to run or empty GCE_IMAGE_CONFIG_PATH= # Names of gce hosts to test against (must be resolvable) or empty GCE_HOSTS= # Comma-separated names of gce images to test or empty (one or more of GCE_IMAGE_CONFIG_PATH, 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 or GCE_IMAGE_CONFIG_PATH GCE_PROJECT= # Gce project to use for GCE_IMAGES # required when using GCE_IMAGES GCE_IMAGE_PROJECT= # If true, delete instances created from GCE_IMAGES/GCE_IMAGE_CONFIG_PATH and files copied to GCE_HOSTS CLEANUP=true # KUBELET_ARGS are the arguments passed to kubelet. The args will override corresponding default kubelet # setting in the test framework and --kubelet-flags in TEST_ARGS. # If true QoS Cgroup Hierarchy is created and tests specifc to the cgroup hierarchy run KUBELET_ARGS='--experimental-cgroups-per-qos=true --cgroup-root=/' # TEST_ARGS are args passed to node e2e test. TEST_ARGS=''