Skip to content

Commit 085a26a

Browse files
Point to the archive of Fedora 39
1 parent 754dc0f commit 085a26a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

hack/ci/Vagrantfile-fedora

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# Vagrant box for testing
55
Vagrant.configure("2") do |config|
66
config.vm.box = "fedora/39-cloud-base"
7+
config.vm.box_url = "https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/39/Cloud/x86_64/images/Fedora-Cloud-Base-Vagrant-39-1.5.x86_64.vagrant-virtualbox.box"
78
memory = 8192
89
cpus = 4
910

hack/ci/install-kubernetes.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ IP=$(ip route get 1.2.3.4 | cut -d ' ' -f7 | tr -d '[:space:]')
2020
swapoff -a
2121
modprobe br_netfilter
2222
sysctl -w net.ipv4.ip_forward=1
23+
echo "Number of cpus"
24+
nproc
25+
echo "kubeadm init"
2326
kubeadm init --apiserver-cert-extra-sans="$IP"
2427

2528
# Setup kubectl

0 commit comments

Comments
 (0)