Hi everyone!
I am testing Kasten K10 v4.5.8 on my rancher cluster v1.21.9-rancher1, it is installed in air gapped mode with the flag global.airgapped.repository.
I am doing some tests and I am wondering if it’s possible create a policy to snapshotting PVs and to perform a blueprint for logical backup.
I have made some tests and what I have seen is that:
- when I execute a policy for one application (namespace) and I have annotated the associated workload (StatefulSet/Deployment) with a kanister blueprint, as output artifact I get only the kanister and I don’t have a PV Snapshot;
- when I execute a policy for one application (namespace) and I have not annotated the associated workload (StatefulSet/Deployment) with a kanister blueprint, as output artifact I get only the PV Snapshot;
Maybe the snapshot of PV and the logical backup with kanister blueprint are mutually exclusive?
Can I create a policy that returns both type of artifacts?
Many thanks for support!