Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[k8s.io] Services should work after restarting apiserver [Disruptive] {Kubernetes e2e suite} #28257

Closed
k8s-github-robot opened this issue Jun 30, 2016 · 2 comments
Assignees
Labels
kind/flake Categorizes issue or PR as related to a flaky test. priority/backlog Higher priority than priority/awaiting-more-evidence.

Comments

@k8s-github-robot
Copy link

https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gke-staging/6072/

Failed: [k8s.io] Services should work after restarting apiserver [Disruptive] {Kubernetes e2e suite}

/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/service.go:369
Jun 29 17:42:31.753: error restarting apiserver: error running gcloud [container clusters --project=k8s-jkns-e2e-gke-staging --zone=us-central1-f upgrade jenkins-e2e --master --cluster-version=1.3.0-beta.2 --quiet]; got error exit status 1, stdout "<ClusterUpdate\n desiredLocations: []\n desiredMasterVersion: '1.3.0-beta.2'>\n", stderr "ERROR: (gcloud.container.clusters.upgrade) ResponseError: code=400, message=Cluster master can only be upgraded to the latest (default) version. This does not upgrade the nodes..\n"
@k8s-github-robot k8s-github-robot added priority/backlog Higher priority than priority/awaiting-more-evidence. kind/flake Categorizes issue or PR as related to a flaky test. labels Jun 30, 2016
@bprashanth
Copy link
Contributor

This is

sion=1.3.0-beta.2 --quiet]; got error exit status 1, stdout "<ClusterUpdate\n desiredLocations: []\n desiredMasterVersion: '1.3.0-beta.2'>\n", stderr "ERROR: (gcloud.container.clusters.upgrade) ResponseError: code=400, message=Cluster master can only be upgraded to the latest (default) version

duping into #27011

@j3ffml
Copy link
Contributor

j3ffml commented Jun 30, 2016

I see what happened. This cluster was launched at version 1.3.0-beta.2, which was the default in staging for testing. Then in the middle of the e2e run, the server-side default version was changed back to 1.2.5, which prompted the above rejection. We don't often do beta version testing in staging, but I'll add this project to the whitelist anyway.

@j3ffml j3ffml closed this as completed Jun 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/flake Categorizes issue or PR as related to a flaky test. priority/backlog Higher priority than priority/awaiting-more-evidence.
Projects
None yet
Development

No branches or pull requests

3 participants