зеркало из https://github.com/Azure/ARO-RP.git
Add more information to on conflict for gateway PE linkId (#3054)
This commit is contained in:
Родитель
058a214e38
Коммит
940e5a04e2
|
@ -269,7 +269,7 @@ func (m *manager) ensureGatewayCreate(ctx context.Context) error {
|
|||
if !strings.EqualFold(gwyDoc.ID, m.doc.OpenShiftCluster.ID) ||
|
||||
!strings.EqualFold(gwyDoc.Gateway.ImageRegistryStorageAccountName, m.doc.OpenShiftCluster.Properties.ImageRegistryStorageAccountName) ||
|
||||
!strings.EqualFold(gwyDoc.Gateway.StorageSuffix, m.doc.OpenShiftCluster.Properties.StorageSuffix) {
|
||||
return errors.New("gateway record already exists for a different cluster")
|
||||
return fmt.Errorf("gateway record '%s' already exists for a different cluster '%s'", linkIdentifier, gwyDoc.ID)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче