Specify the APIServerIPOverride for Hive installs (#2592)

This commit is contained in:
David Newman 2022-12-13 02:20:58 +10:00 коммит произвёл GitHub
Родитель b3afdfc019
Коммит b45b3a1d6d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -193,6 +193,9 @@ func (c *clusterManager) clusterDeploymentForInstall(doc *api.OpenShiftClusterDo
},
},
},
ControlPlaneConfig: hivev1.ControlPlaneConfigSpec{
APIServerIPOverride: doc.OpenShiftCluster.Properties.NetworkProfile.APIServerPrivateEndpointIP,
},
PullSecretRef: &corev1.LocalObjectReference{
Name: pullsecretSecretName,
},