This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |