Skip to content

Commit

Permalink
Merge pull request #103 from canonical/update-cluster-template-aws
Browse files Browse the repository at this point in the history
Without this fix the 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 26, 2024
2 parents 4044304 + 7e2601e commit 2c31152
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 2c31152

Please sign in to comment.