mirror of
https://github.com/vmware-tanzu/velero.git
synced 2025-12-23 06:15:21 +00:00
Add priorityclasses to high priority restore list
Fixes #4201: Ensure PriorityClasses are restored before pods that reference them, preventing restoration failures when pods depend on custom PriorityClasses. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com>
This commit is contained in:
1
changelogs/unreleased/9175-kaovilai
Normal file
1
changelogs/unreleased/9175-kaovilai
Normal file
@@ -0,0 +1 @@
|
||||
Add priorityclasses to high priority restore list
|
||||
@@ -117,6 +117,7 @@ var (
|
||||
"secrets",
|
||||
"configmaps",
|
||||
"limitranges",
|
||||
"priorityclasses",
|
||||
"pods",
|
||||
// we fully qualify replicasets.apps because prior to Kubernetes 1.16, replicasets also
|
||||
// existed in the extensions API group, but we back up replicasets from "apps" so we want
|
||||
|
||||
Reference in New Issue
Block a user