-
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
Task bundle cannot be resolved due to its size #8388
Labels
kind/bug
Categorizes issue or PR as related to a bug.
Comments
chmeliik
added a commit
to chmeliik/build-definitions
that referenced
this issue
Nov 18, 2024
This reverts commit 54b1217. The raw size of the buildah-remote-oci-ta task definition became too large, causing the bundle resolver to fail. tektoncd/pipeline#8388 Signed-off-by: Adam Cmiel <acmiel@redhat.com>
This bug blocks some further work related to image mode konflux-ci/build-definitions#1530. The commit was reverted because otherwise it triggers this tekton bug. |
This was referenced Nov 18, 2024
ligangty
pushed a commit
to ligangty/build-definitions
that referenced
this issue
Nov 21, 2024
This reverts commit 54b1217. The raw size of the buildah-remote-oci-ta task definition became too large, causing the bundle resolver to fail. tektoncd/pipeline#8388 Signed-off-by: Adam Cmiel <acmiel@redhat.com>
arewm
added a commit
to arewm/build-definitions
that referenced
this issue
Nov 21, 2024
Added in konflux-ci#1529 due to tektoncd/pipeline#8388 as this is not yet deployed in the cluster. This reverts commit 51cb724.
github-merge-queue bot
pushed a commit
to konflux-ci/build-definitions
that referenced
this issue
Nov 22, 2024
Added in #1529 due to tektoncd/pipeline#8388 as this is not yet deployed in the cluster. This reverts commit 51cb724.
chmeliik
added a commit
to chmeliik/build-definitions
that referenced
this issue
Nov 22, 2024
If they increase the file size (tektoncd/pipeline#8388) Signed-off-by: Adam Cmiel <acmiel@redhat.com>
chmeliik
added a commit
to chmeliik/build-definitions
that referenced
this issue
Nov 22, 2024
If they increase the file size (tektoncd/pipeline#8388) Signed-off-by: Adam Cmiel <acmiel@redhat.com>
chmeliik
added a commit
to chmeliik/build-definitions
that referenced
this issue
Nov 22, 2024
If they increase the file size (tektoncd/pipeline#8388) Signed-off-by: Adam Cmiel <acmiel@redhat.com>
chmeliik
added a commit
to chmeliik/build-definitions
that referenced
this issue
Nov 22, 2024
If they increase the file size (tektoncd/pipeline#8388) Signed-off-by: Adam Cmiel <acmiel@redhat.com>
chmeliik
added a commit
to chmeliik/build-definitions
that referenced
this issue
Nov 22, 2024
If they increase the file size (tektoncd/pipeline#8388) Signed-off-by: Adam Cmiel <acmiel@redhat.com>
chmeliik
added a commit
to chmeliik/build-definitions
that referenced
this issue
Nov 22, 2024
If they increase the file size (tektoncd/pipeline#8388) Signed-off-by: Adam Cmiel <acmiel@redhat.com>
github-merge-queue bot
pushed a commit
to konflux-ci/build-definitions
that referenced
this issue
Nov 22, 2024
If they increase the file size (tektoncd/pipeline#8388) Signed-off-by: Adam Cmiel <acmiel@redhat.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behavior
The bundle resolver can accurately resolve any bundle that has previously been pushed using
tkn bundle push
.Actual Behavior
I have a long task definition that we are using. A recent change for it resulted in the bundle resolver failing to resolve the bundle with an error .
In the reproduction below, I focus on the
tkn bundle
CLI as it was easier for me to reproduce and report. This issue is not limited to the CLI as we also saw it with the bundle resolver in a deployment.Steps to Reproduce the Problem
tkn bundle list
the bundleI have created two bundles that are one character different. You can see that the smaller one succeeds while the larger one fails (both were generated with
tkn bundle push
).Extracting the content from the OCI artifact, we can see the difference:
Additional Info
I reproduced the error with the
tkn
cliThe text was updated successfully, but these errors were encountered: