Change username and vagrant box version.
This commit is contained in:
4
Vagrantfile
vendored
4
Vagrantfile
vendored
@@ -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 = [
|
||||
|
Reference in New Issue
Block a user