File tree Expand file tree Collapse file tree 4 files changed +7
-11
lines changed
examples/clusterclasses/aws/kubeadm Expand file tree Collapse file tree 4 files changed +7
-11
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments