terraform: Update node template to Fedora 37
dustin/dynk8s-provisioner/pipeline/head This commit looks good Details

master
Dustin 2023-06-11 20:22:44 -05:00
parent 2f0f134223
commit c4cabfcdbc
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ resource "aws_launch_template" "k8s-aarch64" {
name = "k8s-aarch64"
update_default_version = true
image_id = "ami-0995531df014459c2"
image_id = "ami-0e5ef720e9e713b90"
instance_type = "t4g.medium"
security_group_names = [aws_security_group.k8s-node.name]
key_name = "dustin@rosalina"

View File

@ -1,6 +1,6 @@
#cloud-config
bootcmd:
- [ dnf, module, enable, 'cri-o:1.24', -y ]
- [ dnf, module, enable, 'cri-o:1.25', -y ]
- [ ln, -sf, /run/systemd/resolve/stub-resolv.conf, /etc/resolv.conf ]
packages: