Skip to content

Commit 4b7bf53

Browse files
authored
Merge pull request #74678 from jeana-redhat/fix-capi-apiversion
update apiVersion in CAPI examples
2 parents b567798 + bc0d4b2 commit 4b7bf53

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

modules/capi-yaml-machine-set-aws.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The compute machine set resource defines additional properties of the machines t
1010

1111
[source,yaml]
1212
----
13-
apiVersion: cluster.x-k8s.io/v1alpha4
13+
apiVersion: cluster.x-k8s.io/v1beta1
1414
kind: MachineSet
1515
metadata:
1616
name: <machine_set_name> <1>
@@ -30,7 +30,7 @@ spec:
3030
dataSecretName: worker-user-data <3>
3131
clusterName: <cluster_name> <2>
3232
infrastructureRef:
33-
apiVersion: infrastructure.cluster.x-k8s.io/v1alpha4
33+
apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
3434
kind: AWSMachineTemplate <4>
3535
name: <cluster_name> <2>
3636
----

modules/capi-yaml-machine-template-aws.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The machine template resource is provider-specific and defines the basic propert
1010

1111
[source,yaml]
1212
----
13-
apiVersion: infrastructure.cluster.x-k8s.io/v1alpha4
13+
apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
1414
kind: AWSMachineTemplate <1>
1515
metadata:
1616
name: <template_name> <2>

0 commit comments

Comments
 (0)