mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-08-15 11:46:06 +00:00
@@ -725,7 +725,7 @@ func (e *csiSnapshotExposer) createBackupPod(
|
||||
})
|
||||
}
|
||||
|
||||
podAffinity := kube.ToSystemAffinity([]*kube.LoadAffinity{affinity})
|
||||
podAffinity := kube.ToSystemAffinity(affinity, volumeTopology)
|
||||
|
||||
pod := &corev1api.Pod{
|
||||
ObjectMeta: metav1.ObjectMeta{
|
||||
|
||||
@@ -613,7 +613,7 @@ func (e *genericRestoreExposer) createRestorePod(
|
||||
})
|
||||
}
|
||||
|
||||
podAffinity := kube.ToSystemAffinity([]*kube.LoadAffinity{affinity})
|
||||
podAffinity := kube.ToSystemAffinity(affinity, nil)
|
||||
|
||||
pod := &corev1api.Pod{
|
||||
ObjectMeta: metav1.ObjectMeta{
|
||||
|
||||
@@ -488,7 +488,7 @@ func (e *podVolumeExposer) createHostingPod(
|
||||
})
|
||||
}
|
||||
|
||||
podAffinity := kube.ToSystemAffinity([]*kube.LoadAffinity{affinity})
|
||||
podAffinity := kube.ToSystemAffinity(affinity, nil)
|
||||
|
||||
pod := &corev1api.Pod{
|
||||
ObjectMeta: metav1.ObjectMeta{
|
||||
|
||||
Reference in New Issue
Block a user