mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-07 13:55:20 +00:00
Mirror pods are pods created from static manifest files on a node. They're mirrored to the apiserver so they're visible when querying the apiserver for a list of pods, but it's not possible to send a pod containing the mirror pod annotation to the apiserver and have it be created successfully. Instead of trying to do this, log a message that we're skipping restoring the pod because it's a mirror pod. Signed-off-by: Andy Goldstein <andy.goldstein@gmail.com>