-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
KVM old-k8s-version: waiting for default service account: waited 6m for SA: timed out waiting for the condition #8048
Comments
It's worth noting that this is KVM specific, but appears to have really jumped in frequency in the last few days. It mostly occurs on Here's the pairing of what sorts of failures we're seeing on integration tests that run into this issue:
It seems to have gotten very regular starting here:
Which is: GitHub pull request #7997 of commit bc85e70, no merge conflicts. |
The last time this test passed regularly was:
The last pass entirely was:
I don't have a smoking gun, at least not until I have a way to reproduce it well enough to do a git bisect. |
I still have seen this too in the past 2 days |
so here is an update: not related to oldest versionI tried bumping the oldest patch kubernetes to 1.12.10 version to see if that would fix the problem ! but it did NOT help and I had same flake rate. I believe this is because we dont have preload images for that version and our Pulling Image Secnario is broken. (our preload scenario is not broken) I added this PR to add oldest version to preload too but we need to add a test that specificly tests Not-Preload-Available-Version |
to run locally:
|
I haven't been able to reproduce this locally once, this test consistently passes on my workstation. I propose skipping this test on kvm in CI for now (old-k8s-version is tested with the docker driver, and passes, so there is still some coverage for this version of k8s) |
I ended up resolving this issue by upgrading the oldest k8s version to 1.13. Unfortunately, I was unable to repro this bug locally with 1.12, as the test consistently passed on my machine. It seems that for whatever reason, 1.13 passes on CI, so I ended up upgrading so that we would have reliable integration tests. Users can still specify using k8s version 1.12 by running
|
https://storage.googleapis.com/minikube-builds/logs/8035/9348667/KVM_Linux.html
Seems to be a relatively recent phenomenon:
It seems to be on the initial start.
The text was updated successfully, but these errors were encountered: