-
Notifications
You must be signed in to change notification settings - Fork 171
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
Support for Zarf in a Connected Environment #1051
Comments
Some questions as this is a pretty fundamental shift for zarf that I'm not sure will be super easy and will break full portability/some planned enforcement things:
Technically you can do this now, though we consider it somewhat of an anti-pattern today. Some methods (all these assume you don't specify images or repos in later zarf packages):
|
|
@UncleGedd and I have met and discussed this issue now and have a lightweight way ahead in PR #1105 that I do not believe breaks the core design of Zarf, but allows a lighter transition into Zarf's declarative style. |
Provides the ability to create Zarf packages intended to work in online-only environments, i.e., without the internal Zarf airgap components typically provided by `zarf init`. Also adds early FAQ. ## Related Issue Fixes #1051 Fixes #1046 Related to #1134 Co-authored-by: unclegedd <[email protected]> Co-authored-by: Wayne Starr <[email protected]> Co-authored-by: MxNxPx <[email protected]>
Provides the ability to create Zarf packages intended to work in online-only environments, i.e., without the internal Zarf airgap components typically provided by `zarf init`. Also adds early FAQ. ## Related Issue Fixes #1051 Fixes #1046 Related to #1134 Co-authored-by: unclegedd <[email protected]> Co-authored-by: Wayne Starr <[email protected]> Co-authored-by: MxNxPx <[email protected]>
Is your feature request related to a problem? Please describe.
I'd like to use Zarf for declarative deployments, but I'm not deploying in an airgapped environment. In other words, I don't need the Gitea server, container registry or mutating webhook.
Describe the solution you'd like
I'd like to be able to create a Zarf package that doesn't depend on the Gitea server, container registry or Zarf agent. In other words, I want to use Zarf without its mutating webhook.
Describe alternatives you've considered
zarf-agent=ignore
label to namespaces, but I'd like to not deploy the agent at allAdditional context
Why I want to use Zarf even though I'm not in an airgapped environment:
The text was updated successfully, but these errors were encountered: