Open e-minguez opened 6 months 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
Is there a technical benefit to this or is it more for simplicity for user readability and debugging?
It will help my OCD :) Also really helpful for debugging.
TIL elemental deployed clusters drops some manifests into a manifest subfolder:
maybe we can do the same and drop the manifests into a manifests/edge folder for the future