terraform: Update node template to Fedora 37
dustin/dynk8s-provisioner/pipeline/head This commit looks good
Details
dustin/dynk8s-provisioner/pipeline/head This commit looks good
Details
parent
2f0f134223
commit
c4cabfcdbc
|
@ -31,7 +31,7 @@ resource "aws_launch_template" "k8s-aarch64" {
|
||||||
name = "k8s-aarch64"
|
name = "k8s-aarch64"
|
||||||
|
|
||||||
update_default_version = true
|
update_default_version = true
|
||||||
image_id = "ami-0995531df014459c2"
|
image_id = "ami-0e5ef720e9e713b90"
|
||||||
instance_type = "t4g.medium"
|
instance_type = "t4g.medium"
|
||||||
security_group_names = [aws_security_group.k8s-node.name]
|
security_group_names = [aws_security_group.k8s-node.name]
|
||||||
key_name = "dustin@rosalina"
|
key_name = "dustin@rosalina"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#cloud-config
|
#cloud-config
|
||||||
bootcmd:
|
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 ]
|
- [ ln, -sf, /run/systemd/resolve/stub-resolv.conf, /etc/resolv.conf ]
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
|
|
Loading…
Reference in New Issue