-
Notifications
You must be signed in to change notification settings - Fork 236
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
seed-job-agent container cannot clone the kubernetes-operator repository #528
Comments
I know from past experience that alpine behaves strangely when it comes to DNS resolution, so I decided to edit the seed-job-agent deployment to use a different It may make sense to change the default seed-job-agent container image going forward. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If this issue is still affecting you, just comment with any updates and we'll keep it open. Thank you for your contributions. |
I'm facing the same issue. Is there any workaround? |
The following command updates the seed-job-agent-master image.
|
Thank you for your input. I've managed to reproduce the problem on minikube with latest version of the Operator. It seems to be related to this issue with alpine image: kubernetes/minikube#10830. |
With PR bumping the agent image version merged, using the next Operator nightly build (the one scheduled for tomorrow) should fix the problem, I'll update here once I verify it's working correctly and until then, |
I've just tested it, using Operator's nightly build solves the problem. Thank you for reporting this problem and keeping this issue alive! |
Describe the bug
The seed-job-agent container cannot clone the kubernetes-operator repository because it cannot resolve the host github.com; however, testing resolution in the container for github.com seems to work without issue.
Additional information
Kubernetes version: 1.20
Jenkins Operator version: 0.6.2
The text was updated successfully, but these errors were encountered: