diff --git a/modules/cpmso-yaml-failure-domain-azure.adoc b/modules/cpmso-yaml-failure-domain-azure.adoc index 50ee1dd5e4..fc33971889 100644 --- a/modules/cpmso-yaml-failure-domain-azure.adoc +++ b/modules/cpmso-yaml-failure-domain-azure.adoc @@ -33,25 +33,17 @@ spec: machines_v1beta1_machine_openshift_io: failureDomains: azure: - - internalLoadBalancer: - - subnet: - zone: "1" + subnet: - zone: "2" + subnet: - zone: "3" + subnet: platform: Azure # ... ---- where: -`spec.template.machines_v1beta1_machine_openshift_io.failureDomains.azure.internalLoadBalancer`:: -Specifies the name of the internal load balancer for the virtual machine. -When omitted, the control plane machine set uses `internalLoadBalancer` value from the machine `providerSpec` template. -Do not change this value. - -`spec.template.machines_v1beta1_machine_openshift_io.failureDomains.azure.subnet`:: -Specifies the network subnet in which to create the control plane VM. -When omitted, the control plane machine set uses the `subnet` value from the machine `providerSpec` template. - `spec.template.machines_v1beta1_machine_openshift_io.failureDomains.azure.zone`:: Each instance of `zone` specifies an {azure-short} availability zone for a failure domain. + @@ -60,6 +52,10 @@ Each instance of `zone` specifies an {azure-short} availability zone for a failu If the cluster uses a single zone for all failure domains, the `zone` parameter is in the provider specification instead of in the failure domain configuration. ==== +`spec.template.machines_v1beta1_machine_openshift_io.failureDomains.azure.subnet`:: +Optional: Specifies the network subnet in which to create the control plane VM. +When omitted, the control plane machine set uses the `subnet` value from the machine `providerSpec` template. + `spec.template.machines_v1beta1_machine_openshift_io.failureDomains.platform`:: Specifies the cloud provider platform name. Do not change this value. \ No newline at end of file