From ff3fd7020aed3b2ba7f671fb89ecb7e09e891740 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A5l-Kristian=20Hamre?= Date: Tue, 12 Aug 2025 23:31:02 +0200 Subject: [PATCH] Change username and vagrant box version. --- Vagrantfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index ff73e67..b64f9a1 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -5,7 +5,7 @@ # Change the values below to your desired settings. # 1. The username for the new user account with sudo permissions. -USERNAME = "pkhamre" +USERNAME = "kube" # 2. The absolute path to your SSH public key. PUBLIC_KEY_PATH = File.expand_path("~/.ssh/id_ed25519.pub") @@ -14,7 +14,7 @@ PUBLIC_KEY_PATH = File.expand_path("~/.ssh/id_ed25519.pub") # Base box for all VMs VAGRANT_BOX = "cloud-image/ubuntu-24.04" -VAGRANT_BOX_VERSION = "20250704.0.0" +VAGRANT_BOX_VERSION = "20250805.0.0" # Predefined static IP addresses and configurations for each node NODES = [