-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Temporary name resolution failures on plugin BOM builds #3559
Comments
I've manually restarted a build with |
I've removed the artifact caching proxy label from this issue as it doesn't seem related since the restarted build failed with the same error without it:
|
@lemeurherve can you check the logs of the Looks like the cluster's internal DNS is not robust |
As compensating measures:
|
The builkds https://ci.jenkins.io/job/Tools/job/bom/job/master/1683/ and https://ci.jenkins.io/job/Tools/job/bom/job/master/1678/ ran without DNS errors: we can close this issue. |
Service(s)
ci.jenkins.io
Summary
The plugin bill of materials generates a new release when a maintainer (like me) runs the build on the master branch. Unfortunately, the master branch has failed the last few builds with an agent message "Temporary failure in name resolution"
apache/airflow#22319 (comment) suggests that we may need to configure the kubedns component with more replicas or we may need to configure it to autoscale when heavily loaded. I don't know how to do that, but the Kubernetes documentation at https://kubernetes.io/docs/tasks/administer-cluster/dns-horizontal-autoscaling/ may be helpful
Reproduction steps
The text was updated successfully, but these errors were encountered: