Skip to content

Commit

Permalink
Update cluster-template-aws.yaml
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
eaudetcobello authored Apr 25, 2024
1 parent 4044304 commit 7e2601e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/cluster-template-aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ metadata:
name: ${CLUSTER_NAME}
spec:
region: ${AWS_REGION}
imageLookupBaseOS: ubuntu-20.04
sshKeyName: ${AWS_SSH_KEY_NAME}
bastion:
enabled: ${AWS_CREATE_BASTION:=false}
Expand Down

0 comments on commit 7e2601e

Please sign in to comment.