Skip to content

Commit 7e2601e

Browse files
Update cluster-template-aws.yaml
Provider fails to determine the correct base OS for the AMI. It defaults to ubuntu-18.04 as the base OS and there is no matching AMI for ubuntu-18.04 + kubernetes version > 1.28.1. Since we installed the latest version of the track, the provider looks for ubuntu-18.04-v1.28.3 and this image does not exist.
1 parent 4044304 commit 7e2601e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/cluster-template-aws.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ metadata:
2020
name: ${CLUSTER_NAME}
2121
spec:
2222
region: ${AWS_REGION}
23+
imageLookupBaseOS: ubuntu-20.04
2324
sshKeyName: ${AWS_SSH_KEY_NAME}
2425
bastion:
2526
enabled: ${AWS_CREATE_BASTION:=false}

0 commit comments

Comments
 (0)