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

Rerunning package create with --max-package-size leaves old files around #3266

Open
Racer159 opened this issue Nov 21, 2024 · 0 comments
Open

Comments

@Racer159
Copy link
Contributor

Environment

Device and OS: Framework 16 - Ubuntu 24.04
App version: v0.43.1
Kubernetes distro being used: K3d
Other:

Steps to reproduce

  1. For a Zarf package with a size >10MB run the following:
zarf package create . --max-package-size=10
zarf package create . --max-package-size=1

Expected result

A split Zarf package is made with only 1MB files

Actual Result

A split Zarf package is made where the first few are 10MB and the next few are 1MB

Visual Proof (screenshots, videos, text, etc)

image

Severity/Priority

Medium (the workaround is to delete all of the Zarf parts before recreate)

Additional Context

None

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant