Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add VGDP micro-service considerations for priority class name configu…
…ration in design document

Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com>
  • Loading branch information
kaovilai authored and blackpiglet committed Jul 23, 2025
commit 2cf27cd545f4351bc5a4222cc79b14bdcb1d132d
6 changes: 5 additions & 1 deletion design/priority-class-name-support_design.md
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,11 @@ pod := &corev1api.Pod{
}
```

This ensures that all pods created by Velero (data movers, PVB, and PVR) use a consistent approach for priority class name configuration.
### VGDP Micro-Service Considerations

With the introduction of VGDP micro-services (as described in the VGDP micro-service design), data mover pods are created as dedicated pods for volume snapshot data movement. These pods will also inherit the priority class configuration from the node-agent-configmap. Since VGDP-MS pods (backupPod/restorePod) inherit their configurations from the node-agent, they will automatically use the priority class name specified in the node-agent-configmap.

This ensures that all pods created by Velero for data movement operations (including VGDP micro-service pods, PVB, and PVR) use a consistent approach for priority class name configuration through the node-agent-configmap.
Comment thread
kaovilai marked this conversation as resolved.
Outdated

## Open Issues

Expand Down