зеркало из https://github.com/Azure/ARO-RP.git
Add comment about defaulting SDN in integrated installer
This commit is contained in:
Родитель
47dece62b2
Коммит
65cb5afa3e
|
@ -104,6 +104,7 @@ func (m *manager) generateInstallConfig(ctx context.Context) (*installconfig.Ins
|
|||
masterZones = []string{""}
|
||||
}
|
||||
|
||||
// TODO: If we update the integrated installer to 4.11, this should default to OVNK8s
|
||||
SoftwareDefinedNetwork := string(api.SoftwareDefinedNetworkOpenShiftSDN)
|
||||
if m.oc.Properties.NetworkProfile.SoftwareDefinedNetwork != "" {
|
||||
SoftwareDefinedNetwork = string(m.oc.Properties.NetworkProfile.SoftwareDefinedNetwork)
|
||||
|
|
Загрузка…
Ссылка в новой задаче