feat(k3s): Added 2 nodesg

Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
This commit is contained in:
Tuan-Dat Tran
2026-01-26 22:42:19 +01:00
parent ef652fac20
commit 3068a5a8fb
2 changed files with 34 additions and 10 deletions

View File

@@ -9,11 +9,11 @@ vms:
boot_image: "{{ proxmox_cloud_init_images.debian.name }}"
ciuser: "{{ user }}"
sshkeys: "{{ pubkey }}"
disk_size: 128 # in Gb
disk_size: 192 # in Gb
hostpci:
hostpci0: "mapping=quicksync-inko01"
- name: "k3s-server10"
node: "naruto01"
node: "mii01"
vmid: 110
cores: 2
memory: 4096 # in MiB
@@ -33,7 +33,7 @@ vms:
boot_image: "{{ proxmox_cloud_init_images.debian.name }}"
ciuser: "{{ user }}"
sshkeys: "{{ pubkey }}"
disk_size: 64 # in Gb
disk_size: 128 # in Gb
- name: "k3s-agent11"
node: "lulu"
vmid: 211
@@ -44,7 +44,7 @@ vms:
boot_image: "{{ proxmox_cloud_init_images.debian.name }}"
ciuser: "{{ user }}"
sshkeys: "{{ pubkey }}"
disk_size: 64 # in Gb
disk_size: 128 # in Gb
- name: "k3s-agent12"
node: "naruto01"
vmid: 212
@@ -55,7 +55,7 @@ vms:
boot_image: "{{ proxmox_cloud_init_images.debian.name }}"
ciuser: "{{ user }}"
sshkeys: "{{ pubkey }}"
disk_size: 64 # in Gb
disk_size: 128 # in Gb
- name: "k3s-loadbalancer"
node: "naruto01"
vmid: 150
@@ -121,7 +121,7 @@ vms:
boot_image: "{{ proxmox_cloud_init_images.debian.name }}"
ciuser: "{{ user }}"
sshkeys: "{{ pubkey }}"
disk_size: 64
disk_size: 128
- name: "k3s-agent15"
node: "naruto01"
vmid: 215
@@ -143,7 +143,7 @@ vms:
boot_image: "{{ proxmox_cloud_init_images.debian.name }}"
ciuser: "{{ user }}"
sshkeys: "{{ pubkey }}"
disk_size: 64
disk_size: 128
- name: "k3s-agent17"
node: "mii01"
vmid: 217
@@ -154,7 +154,7 @@ vms:
boot_image: "{{ proxmox_cloud_init_images.debian.name }}"
ciuser: "{{ user }}"
sshkeys: "{{ pubkey }}"
disk_size: 64
disk_size: 128
- name: "k3s-agent18"
node: "mii01"
vmid: 218
@@ -165,7 +165,7 @@ vms:
boot_image: "{{ proxmox_cloud_init_images.debian.name }}"
ciuser: "{{ user }}"
sshkeys: "{{ pubkey }}"
disk_size: 64
disk_size: 128
- name: "k3s-agent19"
node: "mii01"
vmid: 219
@@ -176,4 +176,26 @@ vms:
boot_image: "{{ proxmox_cloud_init_images.debian.name }}"
ciuser: "{{ user }}"
sshkeys: "{{ pubkey }}"
disk_size: 64
disk_size: 128
- name: "k3s-agent20"
node: "mii01"
vmid: 220
cores: 2
memory: 4096
net:
net0: "virtio,bridge=vmbr0,firewall=1"
boot_image: "{{ proxmox_cloud_init_images.debian.name }}"
ciuser: "{{ user }}"
sshkeys: "{{ pubkey }}"
disk_size: 128
- name: "k3s-agent21"
node: "inko01"
vmid: 221
cores: 2
memory: 4096
net:
net0: "virtio,bridge=vmbr0,firewall=1"
boot_image: "{{ proxmox_cloud_init_images.debian.name }}"
ciuser: "{{ user }}"
sshkeys: "{{ pubkey }}"
disk_size: 128

View File

@@ -22,6 +22,8 @@ k3s-agent16
k3s-agent17
k3s-agent18
k3s-agent19
k3s-agent20
k3s-agent21
[k3s_loadbalancer]
k3s-loadbalancer