From 4056a969a94d360be8886db68fbb16a7157e1e1a Mon Sep 17 00:00:00 2001 From: Lyndon-Li Date: Fri, 28 Jun 2024 13:42:13 +0800 Subject: [PATCH] issue 7904:and limitation clarification for change PVC selected-node feature Signed-off-by: Lyndon-Li --- changelogs/unreleased/7949-Lyndon-Li | 1 + site/content/docs/main/restore-reference.md | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 changelogs/unreleased/7949-Lyndon-Li diff --git a/changelogs/unreleased/7949-Lyndon-Li b/changelogs/unreleased/7949-Lyndon-Li new file mode 100644 index 0000000000..64b44109cd --- /dev/null +++ b/changelogs/unreleased/7949-Lyndon-Li @@ -0,0 +1 @@ +Fix issue #7904, add the limitation clarification for change PVC selected-node feature \ No newline at end of file diff --git a/site/content/docs/main/restore-reference.md b/site/content/docs/main/restore-reference.md index e4e3c78220..892046e761 100644 --- a/site/content/docs/main/restore-reference.md +++ b/site/content/docs/main/restore-reference.md @@ -241,6 +241,8 @@ data: : ``` +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: