añadiendo maquinas virtuales

This commit is contained in:
2025-08-31 13:44:21 +02:00
parent 01cbdf2a1d
commit bf2e26a8bf
8 changed files with 57 additions and 233 deletions

View File

@@ -0,0 +1,17 @@
apiVersion: "k8s.cni.cncf.io/v1"
kind: NetworkAttachmentDefinition
metadata:
name: br-srv
namespace: windows-demo
spec:
config: '{
"cniVersion": "0.3.1",
"type": "bridge",
"bridge": "br-srv",
"ipam": {
"type": "host-local",
"subnet": "192.168.200.0/22",
"rangeStart": "192.168.200.100",
"rangeEnd": "192.168.200.200"
}
}'