-
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
Multi-distro support #153
Closed
Closed
Multi-distro support #153
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jeff-mccoy
force-pushed
the
native-apply-with-argo-gitops-engine
branch
2 times, most recently
from
November 6, 2021 07:22
df0a0fa
to
5986b69
Compare
YrrepNoj
suggested changes
Nov 8, 2021
jeff-mccoy
force-pushed
the
native-apply-with-argo-gitops-engine
branch
5 times, most recently
from
November 15, 2021 06:36
9510dc5
to
295dd38
Compare
YrrepNoj
reviewed
Nov 15, 2021
jeff-mccoy
commented
Nov 30, 2021
jeff-mccoy
force-pushed
the
native-apply-with-argo-gitops-engine
branch
from
November 30, 2021 02:18
e33282f
to
2f62f21
Compare
YrrepNoj
reviewed
Nov 30, 2021
YrrepNoj
suggested changes
Dec 2, 2021
jeff-mccoy
force-pushed
the
native-apply-with-argo-gitops-engine
branch
from
December 2, 2021 23:21
a2e8c30
to
351cc6a
Compare
YrrepNoj
reviewed
Dec 3, 2021
jeff-mccoy
force-pushed
the
native-apply-with-argo-gitops-engine
branch
2 times, most recently
from
December 11, 2021 07:09
f121310
to
38c1b93
Compare
jeff-mccoy
force-pushed
the
native-apply-with-argo-gitops-engine
branch
from
December 28, 2021 01:20
260c4bc
to
2c768e1
Compare
YrrepNoj
reviewed
Jan 3, 2022
YrrepNoj
reviewed
Jan 3, 2022
YrrepNoj
reviewed
Jan 4, 2022
This comment has been minimized.
This comment has been minimized.
jeff-mccoy
force-pushed
the
native-apply-with-argo-gitops-engine
branch
from
January 14, 2022 20:24
664a1f7
to
513ac4e
Compare
- adds in-memory embedded registry to serve registry image from "seed" config spec - handles helm charts install/upgrade/rollback/uninstall via helm directly - add tunnel capability to access zarf endpoints without ingress config - flattens image collection to single tarball - remove root / linux requirements for zarf deployments - add K8s distro-detection and distro-specific seed image behaviors - document local registry per https://github.com/kubernetes/enhancements/tree/master/keps/sig-cluster-lifecycle/generic/1755-communicating-a-local-registry - reorganize logging, remove logrus, replace with pterm, add progress cli feedback - add support for stacking helm values files - normalize log levels: info, warn, debug, trace - update go mod deps - enable full support for helm template -> argo or helm install directly - move zarf state to a k8s secret in the zarf namespace - support zarf destroy for 3rd-party clusters - move crane image cache to sub folder under home - add support for multiple users with htpasswd - add path key for git-based helm charts - remove need for PKI prompts on default init - add storage class tracking in zarf state for multi-distro compatibility
jeff-mccoy
force-pushed
the
native-apply-with-argo-gitops-engine
branch
from
January 15, 2022 00:42
513ac4e
to
d664647
Compare
- remove registry / registry files for init package create - only use registry on deploy if injection not available - default to injection for k3s - make seed registry r/w on localhost and then read-only on given host/ip - enable proper registry teardown when done - cleanup seed code
jeff-mccoy
force-pushed
the
native-apply-with-argo-gitops-engine
branch
from
January 16, 2022 09:25
663b07c
to
0266a85
Compare
This will allow us to track and maintain upgrades/rollbacks against generic manifests the same we can with helm charts.
This needs some more work to get it right, but should ease the pain around multi-arch since crane doesn't support for this.
This was referenced Jan 28, 2022
Closed in favor of #237, which is the successor to this PR with a more apt branch name. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Multi-distro support