Compare commits

...

2 Commits

Author SHA1 Message Date
Dustin ff67ddf8bf tf/asg: Update node template to Fedora 41
dustin/dynk8s-provisioner/pipeline/head There was a failure building this commit Details
2025-07-05 11:06:32 -05:00
Dustin e30b03dad5 tf/userdata: Remove all CNI conflist files
CRI-O now installs more `.conflist` files in `/etc/cni/net.d`.  Their
presence interferes with Calico, so they need to be deleted in order to
have fully working Pod networking, especially for pods that start very
early (before Calico is completely ready).
2024-11-19 11:55:29 -06:00
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ data "aws_ami" "latest-fedora" {
filter { filter {
name = "name" name = "name"
values = ["Fedora-Cloud-Base-AmazonEC2.aarch64-40-*"] values = ["Fedora-Cloud-Base-AmazonEC2.aarch64-41-*"]
} }
filter { filter {

View File

@ -92,7 +92,7 @@ write_files:
EOF EOF
semodule -i longhorn-issue4988.cil semodule -i longhorn-issue4988.cil
rm -f /etc/cni/net.d/100-crio-bridge.conflist rm -f /etc/cni/net.d/*.conflist
cat > /run/joinconfiguration <<EOF cat > /run/joinconfiguration <<EOF
apiVersion: kubeadm.k8s.io/v1beta3 apiVersion: kubeadm.k8s.io/v1beta3