kubernetes: Broken test runs: gcloud crashing
gcloud is crashing due to ERROR: gcloud crashed (error): [Errno 111] Connection refused
see https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gke/10711/ for an example.
https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gce/19753/ seems to have some backtraces. This may indicate that it has something to do with the metadata server.
At least one of the failures in: #28336 #28083 #28013 #27839 #27767
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 17 (8 by maintainers)
Commits related to this issue
- Merge pull request #28634 from fejta/auth Automatic merge from submit-queue Activate a service account if this is defined For https://github.com/kubernetes/test-infra/issues/266 and https://github.... — committed to kubernetes/kubernetes by k8s-github-robot 8 years ago
- Merge pull request #28780 from fejta/auth Automatic merge from submit-queue Inject service-account.json into test container Add a volume with the service account credentials. This should cause e2e-... — committed to kubernetes/kubernetes by k8s-github-robot 8 years ago
Gentlemen, Here is more information from Google rep, read ALL of it, because the first interaction didn’t resolve it as I had no idea where my “keyfile.json” file was.
I asked where the keyfile.json file was…
So this time when I ran that I no longer got an error… BUT…
Now when I run kubectl proxy it returns:
Starting to serve on 127.0.0.1:8001But when I use a browser to access that it returns:
<h3>Unauthorized</h3>Incidentally, I also tried the first method, generating the key and pointing at it to no effect.
If I get it resolved will try to remember to post resolution here.