-
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
translating TaskSpec to Pod: error getting image manifest #3655
Comments
message: 'failed to create task run pod "demo-1609831023470": translating |
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. |
@ycyxuehan Does this remain an issue for you? |
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. |
Hello, i'm still having this issue as of Relates to:
|
If the image is private and requires credentials, those credentials must be available to the |
I'm having the same error after adding imagePullSecret to |
Reverting to 0.23.0 works too |
I think this will prevent from using our credentials via an imagePullSecret: 49a7fa2 |
Same issue here, related to #2707. We're running v0.30.0 on EKS and are running into this issue with ECR. Prior to this we were on v0.19.x. A structural solution would be nice. |
If you're running in AWS I would expect (tho can't confirm) that removing the env vars should be fine. We're slowly making progress on #4087 but I'm having a bit of trouble compiling and testing with the update that brings in the newer go aws sdk. |
version: v0.17.2
taskrun:
service account:
secrets:
The text was updated successfully, but these errors were encountered: