-
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
Unexpected end of JSON input on Task Inputs and Outputs example #1210
Comments
Hi again! :D @moficodes looking at the output:
I think maybe |
Hey @bobcatfish no its the ibm cloud container registry. 😬 I will try testing with some other container registry next and see if thats why its failing. |
hahaha sorry about that! I tried to go to This probably has something to do with how
Unfortunately that error is coming from kaniko so you might be able to find more on how to get thi to work at https://github.com/GoogleContainerTools/kaniko Also our docs on our kaniko catalog task might help: https://github.com/tektoncd/catalog/tree/master/kaniko#serviceaccount |
The service account secret was the culprit. More specifically
Adding this annotation and pointing it to the right base. Thank you @bobcatfish for your help. Closing. |
Glad you were able to get it working @moficodes !!! Seems a bit odd that you have to use an annotation with gcr.io when you're actually using icr.io 😅 Feel free to open another issue if it's something you feel we should look into further 🙏 |
Expected Behavior
Run the tutorial to have a build image.
Actual Behavior
I think two lines to notice is
and
If this is a secret issue, maybe we can see little better error messages.
But I should have the right credentials set. In this namespace I can pull image from the same source.
Might be missing something.
Steps to Reproduce the Problem
Additional Info
Run on a vanilla k8s on IKS 1.15
The text was updated successfully, but these errors were encountered: