From 392ca97d907c2ff998ac50ae3ceb1d8b40dc0ad1 Mon Sep 17 00:00:00 2001 From: Max Forbes Date: Tue, 14 Jul 2015 15:12:05 -0700 Subject: [PATCH] (jenkins/e2e) Fix typos and clarify instructions in comments --- hack/jenkins/e2e.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hack/jenkins/e2e.sh b/hack/jenkins/e2e.sh index e38f245f44acc..0843febca0579 100755 --- a/hack/jenkins/e2e.sh +++ b/hack/jenkins/e2e.sh @@ -297,22 +297,22 @@ if [[ "${E2E_UP,,}" == "true" || "${JENKINS_FORCE_GET_TARS:-}" =~ ^[yY]$ ]]; the if [[ ! "${CIRCLECI:-}" == "true" ]]; then # Copy GCE keys so we don't keep cycling them. - # To set this up, you must know the , , and that + # To set this up, you must know the , , and # on which your jenkins jobs are running. Then do: # - # # Get into the instance. + # # SSH from your computer into the instance. # $ gcloud compute ssh --project="" ssh --zone="" # - # # Generate a key by ssh'ing into itself, then exit. + # # Generate a key by ssh'ing from the instance into itself, then exit. # $ gcloud compute ssh --project="" ssh --zone="" # $ ^D # - # # Copy the keys to the desired location, e.g. /var/lib/jenkins/gce_keys/ + # # Copy the keys to the desired location (e.g. /var/lib/jenkins/gce_keys/). # $ sudo mkdir -p /var/lib/jenkins/gce_keys/ # $ sudo cp ~/.ssh/google_compute_engine /var/lib/jenkins/gce_keys/ # $ sudo cp ~/.ssh/google_compute_engine.pub /var/lib/jenkins/gce_keys/ # - # Move the permissions to jenkins. + # # Move the permissions for the keys to Jenkins. # $ sudo chown -R jenkins /var/lib/jenkins/gce_keys/ # $ sudo chgrp -R jenkins /var/lib/jenkins/gce_keys/ if [[ "${KUBERNETES_PROVIDER}" == "aws" ]]; then