Make it possible to run node e2e with GCI via make

Signed-off-by: Vishnu kannan <vishnuk@google.com>
This commit is contained in:
Vishnu kannan
2016-07-22 17:24:21 -07:00
parent f55206a675
commit d31608fcc8
7 changed files with 27 additions and 9 deletions

View File

@@ -157,6 +157,7 @@ test-e2e: ginkgo generated_files
# IMAGES. Defaults to "kubernetes-node-e2e-images".
# INSTANCE_PREFIX: For REMOTE=true only. Instances created from images will
# have the name "${INSTANCE_PREFIX}-${IMAGE_NAME}". Defaults to "test".
# INSTANCE_METADATA: For REMOTE=true and running on GCE only.
#
# Example:
# make test-e2e-node FOCUS=Kubelet SKIP=container