Skip to content

Commit

Permalink
Merge pull request #45889 from sbeskin-redhat/DeploymentConfig_restic…
Browse files Browse the repository at this point in the history
…_workaround_to_include_templateinstances

OADP-440 DeploymentConfig restic workaround to include templateinstances
  • Loading branch information
mburke5678 authored Jun 6, 2022
2 parents a6fd18a + b3db471 commit 04b5858
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/oadp-restic-issues.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ The `DeploymentConfig` object redeploys the `Restore` pod, causing the `Restore`

.Solution

. Create a `Restore` CR that excludes the `ReplicationController` and `DeploymentConfig` resources:
. Create a `Restore` CR that excludes the `ReplicationController`, `DeploymentConfig`, and `TemplateInstances` resources:
+
[source,terminal]
----
$ velero restore create --from-backup=<backup> -n openshift-adp \ <1>
--include-namespaces <namespace> \ <2>
--exclude-resources replicationcontroller,deploymentconfig \
--exclude-resources replicationcontroller,deploymentconfig,templateinstances.template.openshift.io \
--restore-volumes=true
----
<1> Specify the name of the `Backup` CR.
Expand Down

0 comments on commit 04b5858

Please sign in to comment.