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

Zarf CLI Hangs With '--retries 0' Switch #3392

Open
pythonbdfl opened this issue Jan 10, 2025 · 1 comment
Open

Zarf CLI Hangs With '--retries 0' Switch #3392

pythonbdfl opened this issue Jan 10, 2025 · 1 comment

Comments

@pythonbdfl
Copy link

Environment

Device and OS: Rocky Linux
App version: v0.42.1
Kubernetes distro being used: RKE2
Other:

Steps to reproduce

  1. zarf package deploy ${PACKAGE} --retries 0 --confirm

Expected result

Command should either return with a typical response, whether it returns good or bad.

Actual Result

Command hangs indefinitely; I've left it up for days at a time without indication of progress.

Visual Proof (screenshots, videos, text, etc)

Severity/Priority

Additional Context

@phillebaba
Copy link
Member

This should be solved by adding verification to the retries flag to make sure the value is greater than zero.

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

2 participants