diff --git a/modules/machineset-yaml-azure.adoc b/modules/machineset-yaml-azure.adoc index 50e885a0f9ce..abd2079483ec 100644 --- a/modules/machineset-yaml-azure.adoc +++ b/modules/machineset-yaml-azure.adoc @@ -77,7 +77,7 @@ ifdef::infra[] endif::infra[] providerSpec: value: - apiVersion: azureproviderconfig.openshift.io/v1beta1 + apiVersion: machine.openshift.io/v1beta1 credentialsSecret: name: azure-cloud-credentials namespace: openshift-machine-api diff --git a/modules/machineset-yaml-gcp.adoc b/modules/machineset-yaml-gcp.adoc index 72f58ad2b88a..09aef15f10db 100644 --- a/modules/machineset-yaml-gcp.adoc +++ b/modules/machineset-yaml-gcp.adoc @@ -82,7 +82,7 @@ ifdef::infra[] endif::infra[] providerSpec: value: - apiVersion: gcpprovider.openshift.io/v1beta1 + apiVersion: machine.openshift.io/v1beta1 canIPForward: false credentialsSecret: name: gcp-cloud-credentials diff --git a/modules/machineset-yaml-vsphere.adoc b/modules/machineset-yaml-vsphere.adoc index c86225ff599a..233f05a45cb5 100644 --- a/modules/machineset-yaml-vsphere.adoc +++ b/modules/machineset-yaml-vsphere.adoc @@ -76,7 +76,7 @@ ifdef::infra[] endif::infra[] providerSpec: value: - apiVersion: vsphereprovider.openshift.io/v1beta1 + apiVersion: machine.openshift.io/v1beta1 credentialsSecret: name: vsphere-cloud-credentials diskGiB: 120 diff --git a/modules/multi-architecture-modify-machine-set-gcp.adoc b/modules/multi-architecture-modify-machine-set-gcp.adoc index dc62ba97ae44..58f1b715fea1 100644 --- a/modules/multi-architecture-modify-machine-set-gcp.adoc +++ b/modules/multi-architecture-modify-machine-set-gcp.adoc @@ -57,7 +57,7 @@ spec: node-role.kubernetes.io/: "" providerSpec: value: - apiVersion: gcpprovider.openshift.io/v1beta1 + apiVersion: machine.openshift.io/v1beta1 canIPForward: false credentialsSecret: name: gcp-cloud-credentials diff --git a/modules/windows-machineset-azure.adoc b/modules/windows-machineset-azure.adoc index 6041086c5c31..8fb8a155af88 100644 --- a/modules/windows-machineset-azure.adoc +++ b/modules/windows-machineset-azure.adoc @@ -36,7 +36,7 @@ spec: node-role.kubernetes.io/worker: "" <4> providerSpec: value: - apiVersion: azureproviderconfig.openshift.io/v1beta1 + apiVersion: machine.openshift.io/v1beta1 credentialsSecret: name: azure-cloud-credentials namespace: openshift-machine-api diff --git a/modules/windows-machineset-vsphere.adoc b/modules/windows-machineset-vsphere.adoc index 8cd18030d96f..d1391248a33c 100644 --- a/modules/windows-machineset-vsphere.adoc +++ b/modules/windows-machineset-vsphere.adoc @@ -36,7 +36,7 @@ spec: node-role.kubernetes.io/worker: "" <4> providerSpec: value: - apiVersion: vsphereprovider.openshift.io/v1beta1 + apiVersion: machine.openshift.io/v1beta1 credentialsSecret: name: vsphere-cloud-credentials diskGiB: 128 <5>