Compare commits
No commits in common. "ff67ddf8bfb63b3bc13a57bf964d1740e76fa010" and "dbcda4a8ca2c281ec83ba7e8d641611a77c72cd3" have entirely different histories.
ff67ddf8bf
...
dbcda4a8ca
|
@ -33,7 +33,7 @@ data "aws_ami" "latest-fedora" {
|
||||||
|
|
||||||
filter {
|
filter {
|
||||||
name = "name"
|
name = "name"
|
||||||
values = ["Fedora-Cloud-Base-AmazonEC2.aarch64-41-*"]
|
values = ["Fedora-Cloud-Base-AmazonEC2.aarch64-40-*"]
|
||||||
}
|
}
|
||||||
|
|
||||||
filter {
|
filter {
|
||||||
|
|
|
@ -92,7 +92,7 @@ write_files:
|
||||||
EOF
|
EOF
|
||||||
semodule -i longhorn-issue4988.cil
|
semodule -i longhorn-issue4988.cil
|
||||||
|
|
||||||
rm -f /etc/cni/net.d/*.conflist
|
rm -f /etc/cni/net.d/100-crio-bridge.conflist
|
||||||
|
|
||||||
cat > /run/joinconfiguration <<EOF
|
cat > /run/joinconfiguration <<EOF
|
||||||
apiVersion: kubeadm.k8s.io/v1beta3
|
apiVersion: kubeadm.k8s.io/v1beta3
|
||||||
|
|
Loading…
Reference in New Issue