Skip to content

OCPBUGS-55123: Fix apiVersion in compute machine set specs #92348

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/machineset-yaml-azure.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion modules/machineset-yaml-gcp.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion modules/machineset-yaml-vsphere.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion modules/multi-architecture-modify-machine-set-gcp.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ spec:
node-role.kubernetes.io/<role>: ""
providerSpec:
value:
apiVersion: gcpprovider.openshift.io/v1beta1
apiVersion: machine.openshift.io/v1beta1
canIPForward: false
credentialsSecret:
name: gcp-cloud-credentials
Expand Down
2 changes: 1 addition & 1 deletion modules/windows-machineset-azure.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion modules/windows-machineset-vsphere.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down