-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
k3d + tekton. No such host #5225
Comments
Other notes:
|
@marniks7 👋🏼 Thanks for the issue. $ kubectl run my-shell --rm -i --tty --image ubuntu -- bash
# […]
> ping artifactory.company.com
> curl https://artifactory.company.com:17064 If that doesn't work (aka if from a "random" pod you can't access artifcatory), I would think this is a network configuration problem in the k3d instance. |
Yes, you are right. k3d (kubelet) is able to pull the image from private artifactory, but not from inside pod (eg tekton-controller) |
Is it possible to fetch the images by Another variation of this issue (image fetch by tekton controller), but this time for
Error: |
Issues go stale after 90d of inactivity. /lifecycle stale Send feedback to tektoncd/plumbing. |
Stale issues rot after 30d of inactivity. /lifecycle rotten Send feedback to tektoncd/plumbing. |
Rotten issues close after 30d of inactivity. /close Send feedback to tektoncd/plumbing. |
@tekton-robot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Expected Behavior
TaskRun should NOT fail when docker image executed without
command
with private artifactoryActual Behavior
TaskRun fails
Steps to Reproduce the Problem
artifactory.company.com:17064
to your company proxyAdditional Info
v0.38.0
Note, with
command
it works fineThe text was updated successfully, but these errors were encountered: