Skip to content
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

Prevent or warn users if they are creating a tekton bundle that will be too large for etcd #2434

Open
arewm opened this issue Nov 18, 2024 · 0 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@arewm
Copy link

arewm commented Nov 18, 2024

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

@arewm arewm added the kind/feature Categorizes issue or PR as related to a new feature. label Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

1 participant