Skip to content

Instantly share code, notes, and snippets.

View cjcullen's full-sized avatar

CJ Cullen cjcullen

  • Google
  • Seattle, WA
View GitHub Profile
GitHub pull request #24502 of commit e53aa93836a1d0b26babca1baea34e710c4d43fa, no merge conflicts.
Setting status of e53aa93836a1d0b26babca1baea34e710c4d43fa to PENDING with url https://console.cloud.google.com/storage/browser/kubernetes-jenkins/pr-logs/pull/24502/kubernetes-pull-build-test-e2e-gce/36553/ and message: 'Build started sha1 is merged.'
Using context: Jenkins GCE e2e
[EnvInject] - Loading node environment variables.
Building on master in workspace /var/lib/jenkins/jobs/kubernetes-pull-build-test-e2e-gce/workspace
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Done
Cloning the remote Git repository
Cloning repository https://github.com/kubernetes/kubernetes
> /usr/bin/git init /var/lib/jenkins/jobs/kubernetes-pull-build-test-e2e-gce/workspace # timeout=10
@cjcullen
cjcullen / SessionAffinity
Last active December 8, 2015 23:23
Workaround for GCE LB Issue
Work around GCE LB issue by setting service session affinity by adding:
"sessionAffinity": "ClientIP"
to the service spec. This will give you sticky sessions, but will get GCE external LB services again.