mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-05-02 13:25:48 +00:00
Merge pull request #7949 from Lyndon-Li/release-1.14
[1.14] Issue 7903: and limitation clarification for change PVC selected-node feature
This commit is contained in:
1
changelogs/unreleased/7949-Lyndon-Li
Normal file
1
changelogs/unreleased/7949-Lyndon-Li
Normal file
@@ -0,0 +1 @@
|
||||
Fix issue #7904, add the limitation clarification for change PVC selected-node feature
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user