Skip to content

Commit bde359f

Browse files
Bump CAPA to v1.33.x
Signed-off-by: Alexandr Demicev <[email protected]>
1 parent 1922354 commit bde359f

File tree

4 files changed

+7
-11
lines changed

4 files changed

+7
-11
lines changed

examples/clusterclasses/aws/kubeadm/clusterclass-kubeadm-example.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -208,13 +208,6 @@ spec:
208208
template:
209209
spec:
210210
kubeadmConfigSpec:
211-
clusterConfiguration:
212-
apiServer:
213-
extraArgs:
214-
cloud-provider: external
215-
controllerManager:
216-
extraArgs:
217-
cloud-provider: external
218211
initConfiguration:
219212
nodeRegistration:
220213
kubeletExtraArgs:

test/e2e/config/operator.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ variables:
3939

4040
# Kubernetes Configuration
4141
KUBERNETES_VERSION: "v1.33.5"
42-
KUBERNETES_MANAGEMENT_VERSION: "v1.33.4"
42+
KUBERNETES_MANAGEMENT_VERSION: "v1.32.3"
4343
RKE2_VERSION: "v1.33.5+rke2r1"
4444
RKE2_CNI: "none"
4545

@@ -57,14 +57,14 @@ variables:
5757
# This is due to the limited availability of published AMIs.
5858
# For a complete list, run: clusterawsadm ami list
5959
# Alternatively, seach for `capa-ami` in https://eu-west-2.console.aws.amazon.com/ec2/home?region=eu-west-2#AMICatalog:
60-
AWS_KUBERNETES_VERSION: "v1.32.6"
60+
AWS_KUBERNETES_VERSION: "v1.33.5"
6161
AWS_REGION: "eu-west-2"
6262
KUBERNETES_MANAGEMENT_AWS_REGION: "eu-west-2"
6363
AWS_CONTROL_PLANE_MACHINE_TYPE: "t3.large"
6464
AWS_NODE_MACHINE_TYPE: "t3.large"
6565
AWS_RKE2_CONTROL_PLANE_MACHINE_TYPE: "t3.xlarge"
6666
AWS_RKE2_NODE_MACHINE_TYPE: "t3.xlarge"
67-
AWS_AMI_ID: "ami-0e0464240725c0f6b" # Public upstream AMI
67+
AWS_AMI_ID: "ami-0cd9e4e7906f4c9dd" # Private AMI present only in eu-west-2
6868

6969
# GCP Configuration
7070
GCP_MACHINE_TYPE: "n1-standard-2"

test/e2e/data/cluster-templates/aws-eks-mmp.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,5 @@ metadata:
7474
namespace: "${NAMESPACE}"
7575
annotations:
7676
"helm.sh/resource-policy": keep
77-
spec: {}
77+
spec:
78+
amiType: AL2023_x86_64_STANDARD

test/e2e/data/cluster-templates/aws-kubeadm-topology.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ spec:
3434
value: ${AWS_CONTROL_PLANE_MACHINE_TYPE}
3535
- name: workerMachineType
3636
value: ${AWS_NODE_MACHINE_TYPE}
37+
- name: amiID
38+
value: ${AWS_AMI_ID}
3739
- name: awsClusterIdentityName
3840
value: cluster-identity
3941
version: ${AWS_KUBERNETES_VERSION}

0 commit comments

Comments
 (0)