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

--max-package-size Flag fails to split zarf package, Impacts package integrity #2326

Closed
tmnolkemper opened this issue Feb 22, 2024 · 2 comments
Labels
bug 🐞 Something isn't working

Comments

@tmnolkemper
Copy link

Environment

Device and OS: Apple Macbook Pro, MacOS Sonoma 14.3.1
App version: 0.32.3
Kubernetes distro being used: k3s
Other:

Steps to reproduce

  1. Run zarf package create --confirm --max-package-size=4500 --log-level=info

Expected result

Package compiles and separates into equal parts at/below set size limit, package can be inspected and deployed with zarf package inspect and zarf package deploy commands. Package recompiles into single part when said commands are run.

Actual Result

Package compiles into inequal parts (one large part.000 and several smaller parts). Package cannot be inspected or deployed because package integrity check fails. Package does not recompile into single tar.zst when zarf package inspect or zarf package deploy are ran against it.

Visual Proof (screenshots, videos, text, etc)

Screenshot 2024-02-22 at 11 26 09 AM Screenshot 2024-02-22 at 11 26 35 AM Screenshot 2024-02-22 at 11 27 38 AM

Severity/Priority

Additional Context

Add any other context or screenshots about the technical debt here.

@Noxsios
Copy link
Contributor

Noxsios commented Feb 22, 2024

Possible duplicate of #2313, resolved by #2314. Will be included in the next release (v0.32.4+).

In the meantime I would downgrade Zarf to v0.32.2 as @daniel-palmer-gu suggested.

If you want to verify the upcoming Zarf version will fix your issue, please can build off main and let us know!

@Racer159 Racer159 added bug 🐞 Something isn't working and removed possible-bug 🐛 labels Feb 26, 2024
@Noxsios
Copy link
Contributor

Noxsios commented Mar 6, 2024

Closing as this should be fixed now in Zarf v0.32.4+

@Noxsios Noxsios closed this as completed Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐞 Something isn't working
Projects
Status: Done
Status: Closed
Development

No branches or pull requests

3 participants