зеркало из https://github.com/Azure/ARO-RP.git
Specify the APIServerIPOverride for Hive installs (#2592)
This commit is contained in:
Родитель
b3afdfc019
Коммит
b45b3a1d6d
|
@ -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,
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче