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 = [