suse-edge / edge-image-builder

Tool for creating and configuring a set of images to automate the deployment of Edge environments
Apache License 2.0
33 stars 20 forks source link

Drop manifests into a specific manifests/edge folder #437

Open e-minguez opened 1 month ago

e-minguez commented 1 month ago

TIL elemental deployed clusters drops some manifests into a manifest subfolder:

elementalvm:/var/lib/rancher/rke2/server/manifests # pwd
/var/lib/rancher/rke2/server/manifests
elementalvm:/var/lib/rancher/rke2/server/manifests # find .
.
./rancher
./rancher/cluster-agent.yaml
./rancher/rke2-etcd-snapshot-extra-metadata.yaml
./rancher/addons.yaml
./rancher/managed-chart-config.yaml
./rke2-calico-crd.yaml
./rke2-calico.yaml
./rke2-coredns.yaml
./rke2-ingress-nginx.yaml
./rke2-metrics-server.yaml
./rke2-snapshot-controller-crd.yaml
./rke2-snapshot-controller.yaml
./rke2-snapshot-validation-webhook.yaml

maybe we can do the same and drop the manifests into a manifests/edge folder for the future

jdob commented 1 month ago

Is there a technical benefit to this or is it more for simplicity for user readability and debugging?

e-minguez commented 1 month ago

It will help my OCD :) Also really helpful for debugging.