Skip to content

Commit 7945487

Browse files
authored
Merge pull request #4789 from karan/node-e2e-testing
e2e node: add commands for gcloud config
2 parents 11473d3 + 782ab29 commit 7945487

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contributors/devel/sig-node/e2e-node-tests.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ Prerequisites:
5151
- *This provides read access to the node test images.*
5252
- Setup a [Google Cloud Platform](https://cloud.google.com/) account and project with Google Compute Engine enabled
5353
- 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`
5455
- Verify the sdk is setup correctly by running `gcloud compute instances list` and `gcloud compute images list --project kubernetes-node-e2e-images`
5556

5657
Run:
@@ -62,7 +63,7 @@ make test-e2e-node REMOTE=true
6263
This will:
6364
- Build the Kubernetes source code
6465
- 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**
6667
- Lookup the instance public ip address
6768
- Copy a compressed archive file to the host containing the following binaries:
6869
- ginkgo

0 commit comments

Comments
 (0)