Skip to content

Commit

Permalink
Merge pull request #7949 from Lyndon-Li/release-1.14
Browse files Browse the repository at this point in the history
[1.14] Issue 7903: and limitation clarification for change PVC selected-node feature
  • Loading branch information
blackpiglet authored Jul 1, 2024
2 parents 583cd8b + 4056a96 commit 5c413ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelogs/unreleased/7949-Lyndon-Li
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix issue #7904, add the limitation clarification for change PVC selected-node feature
2 changes: 2 additions & 0 deletions site/content/docs/main/restore-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,8 @@ data:
<old-node-name>: <new-node-name>
```
Note: This feature doesn't work for PVCs with ```WaitForFirstConsumer``` as the ```volumeBindingMode```. These kind of PVCs won't be bound until the pod is scheduled and the scheduler will overwrite the selected-node annotation to the node where the pod is scheduled to.

## Restoring into a different namespace

Velero can restore resources into a different namespace than the one they were backed up from. To do this, use the `--namespace-mappings` flag:
Expand Down

0 comments on commit 5c413ec

Please sign in to comment.