You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the contents of a tekton bundle will have to fit within an etcd value, tkn bundle push should validate that the extracted bundle will not be too large. While testing of the bundles should reveal that content is too large, it is possible for k8s deployments to customize that size. Therefore, it is possible that testing of tasks will not catch content that is too large.
Since the size limit imposed by etcd is configurable, the default for this should be able to be overridden if needed.
Use case
As a Tekton developer, I want to generate tekton bundles that will successfuly resolve as tasks in a k8s cluster.
UI Example
N/A
The text was updated successfully, but these errors were encountered:
Feature request
Since the contents of a tekton bundle will have to fit within an etcd value,
tkn bundle push
should validate that the extracted bundle will not be too large. While testing of the bundles should reveal that content is too large, it is possible for k8s deployments to customize that size. Therefore, it is possible that testing of tasks will not catch content that is too large.Since the size limit imposed by etcd is configurable, the default for this should be able to be overridden if needed.
Use case
As a Tekton developer, I want to generate tekton bundles that will successfuly resolve as tasks in a k8s cluster.
UI Example
N/A
The text was updated successfully, but these errors were encountered: