Files
velero/design
Shubham Pampattiwar 302bfbaaac Add design for server default restore resource modifier
Introduces a --default-resource-modifier-configmap server flag that
references a ConfigMap with resource modifier rules applied automatically
to all restores. This eliminates per-restore configuration for common
transformations like stripping stale CNI annotations (OVN-Kubernetes,
Multus) that can break workloads after restore.

Key design decisions:
- Exclusive precedence: per-restore modifiers fully replace the default
- Non-fatal default errors: misconfigured default does not break restores
- Opt-out via SkipDefaultResourceModifier field in RestoreSpec
- Ships with a curated example ConfigMap for CNI annotation stripping

Signed-off-by: Shubham Pampattiwar <spampatt@redhat.com>
2026-06-15 12:16:23 -07:00
..
2026-04-14 14:39:56 +08:00
2022-11-22 15:09:59 -05:00