-
Notifications
You must be signed in to change notification settings - Fork 40k
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
e2e flake: "x509: certificate signed by unknown authority" #27612
Comments
Assigning to people based on thread activity. Please help reassign this correctly! |
@cjcullen @roberthbailey @kubernetes/goog-gke ping - this just happened again in gke-serial: |
#28034 should fix this. |
I'm seeing another x509 failure in gke-serial: #27537 (comment) |
This seems to be fixed. Please reopen if not? |
Finally got inside a running Jenkins VM for this. Here's what the kubecfg file looks like:
|
I looked at the ModifyConfig code closer, and it is doing inidividual writes for each section of the kubeconfig. That now means that some sections can succeed, while others fail (because the file is being locked). We should be able to fix this by batching up the writes for each possible destinationFile and issuing a single |
To be fair, this could happen before the file locking too. The file locking just adds another failure path, but prevents corruption. |
@cjcullen can this be closed now? |
I believe so. #28232 has been merged, and gke-serial has had 6 greens in a row since that (hopefully I'm not jinxing it). |
In gke-large-cluster suite, two tests failed for me with the following error:
"Unable to connect to the server: x509: certificate signed by unknown authority"
Those errors come from:
http://kubekins.dls.corp.google.com:8080/view/Scalability/job/kubernetes-e2e-gke-large-cluster/51/console
@zmerlynn
The text was updated successfully, but these errors were encountered: