We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 754dc0f commit 085a26aCopy full SHA for 085a26a
hack/ci/Vagrantfile-fedora
@@ -4,6 +4,7 @@
4
# Vagrant box for testing
5
Vagrant.configure("2") do |config|
6
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"
8
memory = 8192
9
cpus = 4
10
hack/ci/install-kubernetes.sh
@@ -20,6 +20,9 @@ IP=$(ip route get 1.2.3.4 | cut -d ' ' -f7 | tr -d '[:space:]')
20
swapoff -a
21
modprobe br_netfilter
22
sysctl -w net.ipv4.ip_forward=1
23
+echo "Number of cpus"
24
+nproc
25
+echo "kubeadm init"
26
kubeadm init --apiserver-cert-extra-sans="$IP"
27
28
# Setup kubectl
0 commit comments