añadido dynu uodater

This commit is contained in:
2025-09-01 14:06:16 +02:00
parent bf2e26a8bf
commit 4c5b451308
5 changed files with 10 additions and 9 deletions

View File

@@ -3,12 +3,12 @@ apiVersion: cdi.kubevirt.io/v1beta1
kind: DataVolume
metadata:
name: windows-iso
namespace: k8s-vm-windows-demo
namespace: windows-demo
spec:
source:
http:
# Puedes usar https://... (si tu LE está OK); si CDI se queja de CA, cambia a http://
url: "https://isoserver.c2et.net/Windows.iso"
url: "https://isoserver.c2et.net/Windows2.iso"
pvc:
accessModes: ["ReadWriteOnce"]
resources:
@@ -22,7 +22,7 @@ apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: winhd
namespace: k8s-vm-windows-demo
namespace: windows-demo
spec:
accessModes: ["ReadWriteOnce"] # ceph-rbd -> RWO
resources:

View File

@@ -10,7 +10,7 @@ spec:
"bridge": "br-admin",
"ipam": {
"type": "host-local",
"subnet": "192.168.200.0/22",
"subnet": "192.168.0.0/24",
"rangeStart": "192.168.0.200",
"rangeEnd": "192.168.0.210"
}

View File

@@ -10,7 +10,7 @@ spec:
"bridge": "br-srv",
"ipam": {
"type": "host-local",
"subnet": "192.168.200.0/22",
"subnet": "192.168.200.0/24",
"rangeStart": "192.168.200.100",
"rangeEnd": "192.168.200.200"
}

View File

@@ -13,10 +13,10 @@ spec:
networks:
- name: admin
multus:
networkName: default/br-admin
networkName: windows-demo/br-admin
- name: servicios
multus:
networkName: default/br-srv
networkName: windows-demo/br-srv
domain:
machine:
type: q35
@@ -26,10 +26,10 @@ spec:
requests:
memory: 4Gi
devices:
autoattachPodInterface: false
autoattachPodInterface: false
interfaces:
- name: admin
masquerade: {}
bridge: {}
model: virtio
- name: servicios
bridge: {}