-
Notifications
You must be signed in to change notification settings - Fork 173
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 (Zarf Native Apply Work) #237
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
/test all |
pulling-images.movNot a huge deal, but on zarf package create for big-bang the pulling images step always goes up to 63% then immediately completes. |
yeah I've struggled with how to handle this--that's actually the caching system, it can't really do progress. If you have time could you delete |
Weird, seeing the same thing with an empty image cache folder (on a m1 mac mini). |
12d0500
to
631bc4d
Compare
thanks for the very detailed PR updates @runyontr, looks way better with all that data |
da8cec8
to
3f0be0d
Compare
/test all |
68f86cb
to
57f79da
Compare
/test all |
examples/big-bang/template/bigbang/vendor/bigbang/base/flux/kustomization.yaml
Outdated
Show resolved
Hide resolved
d6286cf
to
1990361
Compare
/test all |
/test all |
omg...I think we're there....... |
Changelog
zarf connect
in the same componentzarf prepare find-images
to lookup images for a zarf config to help with package creationzarf destroy --remove-components
for removing zarf-installed charts outside of the zarf nszarf connect 🦄
combined with a new svc label,zarf.dev/connect-name=🦄
to make dynamic app tunnelsFixes #140
Fixes #2
Fixes #16
Fixes #109
Fixes #17
Fixes #35
Fixes #36
Manual Validation of Examples:
Some of the key examples should be confirmed to work both in the existing "appliance mode" and using this new external Kubernetes installation mode. Note that the external Kubernetes cluster currently has to be a local cluster, so validation of the new capabilities should be done via Kind. The manual tests should include the following steps:
External Cluster
kubectl get all -A
kubectl get all -A
matches output from 1.Appliance Mode
KIND installation successful (@RothAndrew)