File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
contributors/devel/sig-node Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ Prerequisites:
51
51
- * This provides read access to the node test images.*
52
52
- Setup a [ Google Cloud Platform] ( https://cloud.google.com/ ) account and project with Google Compute Engine enabled
53
53
- Install and setup the [ gcloud sdk] ( https://cloud.google.com/sdk/downloads )
54
+ - Set your project and a zone by running ` gcloud config set project $PROJECT ` and ` gcloud config set compute/zone $zone `
54
55
- Verify the sdk is setup correctly by running ` gcloud compute instances list ` and ` gcloud compute images list --project kubernetes-node-e2e-images `
55
56
56
57
Run:
@@ -62,7 +63,7 @@ make test-e2e-node REMOTE=true
62
63
This will:
63
64
- Build the Kubernetes source code
64
65
- Create a new GCE instance using the default test image
65
- - Instance will be called ** test-e2e-node-containervm-v20160321-image **
66
+ - Instance will be called something like ** test-cos-beta-81-12871-44-0 **
66
67
- Lookup the instance public ip address
67
68
- Copy a compressed archive file to the host containing the following binaries:
68
69
- ginkgo
You can’t perform that action at this time.
0 commit comments